mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Fix a few minor inline documentation typos in a variety of files and contexts.
Props ramizmanked. Fixes #45463. git-svn-id: https://develop.svn.wordpress.org/trunk@44331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -139,7 +139,7 @@ function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) {
|
||||
|
||||
$title = wptexturize( $item[0] );
|
||||
|
||||
// hide separators from screen readers
|
||||
// Hide separators from screen readers.
|
||||
if ( $is_separator ) {
|
||||
$aria_hidden = ' aria-hidden="true"';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user