492 | | echo '<p class="howto">' . sprintf( _n('Your theme supports %s menu. Select which menu you would like to use.', 'Your theme supports %s menus. Select which menu appears in each location.', $num_locations ), number_format_i18n($num_locations) ) . '</p>'; |
| 492 | $text = apply_filters( 'nav_menu_theme_support_text' , _n('Your theme supports %s menu. Select which menu you would like to use.', 'Your theme supports %s menus. Select which menu appears in each location.', $num_locations ) , $num_locations ); |
| 493 | echo '<p class="howto">' . sprintf( $text , number_format_i18n($num_locations) ) . '</p>'; |