Make WordPress Core

Changeset 44331


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.

Location:
trunk/src/wp-admin
Files:
5 edited

Legend:

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

    r42343 r44331  
    3535    if ( empty( $action ) ) {
    3636        /**
    37          * Fires on a non-authenticated admin post request where no action was supplied.
     37         * Fires on a non-authenticated admin post request where no action is supplied.
    3838         *
    3939         * @since 2.6.0
     
    5454    if ( empty( $action ) ) {
    5555        /**
    56          * Fires on an authenticated admin post request where no action was supplied.
     56         * Fires on an authenticated admin post request where no action is supplied.
    5757         *
    5858         * @since 2.6.0
  • trunk/src/wp-admin/async-upload.php

    r43571 r44331  
    102102    echo $id;
    103103} else {
    104     // Long form response - big chunk o html.
     104    // Long form response - big chunk of html.
    105105    $type = $_REQUEST['type'];
    106106
  • trunk/src/wp-admin/custom-background.php

    r43571 r44331  
    526526     * Ajax handler for adding custom background context to an attachment.
    527527     *
    528      * Triggered when the user adds a new background image from the
     528     * Triggers when the user adds a new background image from the
    529529     * Media Manager.
    530530     *
  • 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"';
  • trunk/src/wp-admin/plugin-editor.php

    r43571 r44331  
    317317</div>
    318318    <?php
    319 endif; // editor warning notice
     319endif; // Editor warning notice.
    320320
    321321include( ABSPATH . 'wp-admin/admin-footer.php' );
Note: See TracChangeset for help on using the changeset viewer.