Skip to content
Prev Previous commit
Next Next commit
Fix quotes
  • Loading branch information
joedolson committed Mar 6, 2025
commit e3f12cc164f6b06da1ea9296475b4e3df1ec2ef1
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-customize-nav-menus.php
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ protected function print_custom_links_available_menu_item() {
<p id="menu-item-name-wrap" class="wp-clearfix">
<label class="howto" for="custom-menu-item-name"><?php _e( 'Link Text' ); ?></label>
<input id="custom-menu-item-name" name="menu-item[-1][menu-item-title]" type="text" class="regular-text menu-item-textbox">
<span id="custom-name-error" class="error-message" style="display: none;"><?php _e( "The link text cannot be empty." ); ?></span>
<span id="custom-name-error" class="error-message" style="display: none;"><?php _e( 'The link text cannot be empty.' ); ?></span>
</p>
<p class="button-controls">
<span class="add-to-menu">
Expand Down
Loading