Make WordPress Core


Ignore:
Timestamp:
12/19/2018 07:41:41 AM (6 years ago)
Author:
DrewAPicture
Message:

Docs: Fix a few minor inline documentation typos in a variety of files and contexts.

Props ramizmanked.
Fixes #45463.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/menu-header.php

    r42343 r44331  
    140140        $title = wptexturize( $item[0] );
    141141
    142         // hide separators from screen readers
     142        // Hide separators from screen readers.
    143143        if ( $is_separator ) {
    144144            $aria_hidden = ' aria-hidden="true"';
Note: See TracChangeset for help on using the changeset viewer.