Make WordPress Core

Changeset 41354


Ignore:
Timestamp:
09/09/2017 01:48:47 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove "to to" dittography from inline comments.

Props birgire.
See #41841.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/widgets/text-widgets.js

    r41352 r41354  
    182182                    /*
    183183                     * Account for race condition in customizer where user clicks Save & Publish while
    184                      * focus was just previously given to to the editor. Since updates to the editor
     184                     * focus was just previously given to the editor. Since updates to the editor
    185185                     * are debounced at 1 second and since widget input changes are only synced to
    186186                     * settings after 250ms, the customizer needs to be put into the processing
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php

    r41219 r41354  
    302302         *
    303303         * @param (mixed) $result The revision object (if it was deleted or moved to the trash successfully)
    304          *                        or false (failure). If the revision was moved to to the trash, $result represents
     304         *                        or false (failure). If the revision was moved to the trash, $result represents
    305305         *                        its new state; if it was deleted, $result represents its state before deletion.
    306306         * @param WP_REST_Request $request The request sent to the API.
Note: See TracChangeset for help on using the changeset viewer.