Changeset 45926 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r45891 r45926 328 328 return new WP_Error( 329 329 'menu_exists', 330 /* translators: %s: menu name */331 330 sprintf( 331 /* translators: %s: menu name */ 332 332 __( 'The menu name %s conflicts with another menu name. Please try another.' ), 333 333 '<strong>' . esc_html( $menu_data['menu-name'] ) . '</strong>' … … 343 343 return new WP_Error( 344 344 'menu_exists', 345 /* translators: %s: menu name */346 345 sprintf( 346 /* translators: %s: menu name */ 347 347 __( 'The menu name %s conflicts with another menu name. Please try another.' ), 348 348 '<strong>' . esc_html( $menu_data['menu-name'] ) . '</strong>'
Note: See TracChangeset
for help on using the changeset viewer.