Make WordPress Core

Changeset 38588


Ignore:
Timestamp:
09/11/2016 06:45:59 PM (8 years ago)
Author:
westonruter
Message:

Docs: Fix phpdoc and jsdoc typos introduced in [38584] and [38587], respectively.

See #33742.
See #20714.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/customize-preview.js

    r38587 r38588  
    7676                 * request method, then take the serialized form data and add it as
    7777                 * a query string to the action URL and send this in a url message
    78                  * to the Customizer pane so that it will be loaded. If the form's
    79                  * action points to a non-previewable URL, the the Customizer pane's
     78                 * to the customizer pane so that it will be loaded. If the form's
     79                 * action points to a non-previewable URL, the customizer pane's
    8080                 * previewUrl setter will reject it so that the form submission is
    8181                 * a no-op, which is the same behavior as when clicking a link to an
  • trunk/tests/phpunit/tests/menu/wpAjaxMenuQuickSearch.php

    r38584 r38588  
    5656
    5757    /**
    58      * Test that search only returns results for publihed posts.
     58     * Test that search only returns results for published posts.
    5959     *
    6060     * @ticket 33742
Note: See TracChangeset for help on using the changeset viewer.