Make WordPress Core

Changeset 35796

Timestamp:
12/06/2015 09:49:43 PM (9 years ago)
Author:
kovshenin
Message:

Docs: Remove some more dittography.

See #34885, r35793.

Location:
trunk/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r35698 r35796  
    11771177
    11781178    /**
    1179      * Get a list of CSS classes for the list table table tag.
     1179     * Get a list of CSS classes for the list table tag.
    11801180     *
    11811181     * @since 3.1.0
  • trunk/src/wp-admin/includes/file.php

    r35749 r35796  
    185185 * Make sure that the file that was requested to edit, is allowed to be edited
    186186 *
    187  * Function will die if if you are not allowed to edit the file
     187 * Function will die if you are not allowed to edit the file
    188188 *
    189189 * @since 1.5.0
  • trunk/src/wp-includes/date.php

    r34989 r35796  
    854854     * You can pass an array of values (year, month, etc.) with missing parameter values being defaulted to
    855855     * either the maximum or minimum values (controlled by the $default_to parameter). Alternatively you can
    856      * pass a string that that will be run through strtotime().
     856     * pass a string that will be run through strtotime().
    857857     *
    858858     * @since 3.7.0
  • trunk/src/wp-includes/functions.wp-scripts.php

    r32728 r35796  
    264264 * @param string $list   Optional. Status of the script to check. Default 'enqueued'.
    265265 *                       Accepts 'enqueued', 'registered', 'queue', 'to_do', and 'done'.
    266  * @return bool Whether the script script is queued.
     266 * @return bool Whether the script is queued.
    267267 */
    268268function wp_script_is( $handle, $list = 'enqueued' ) {
  • trunk/src/wp-includes/theme.php

    r35738 r35796  
    724724        /*
    725725         * Since retrieve_widgets() is called when initializing a theme in the Customizer,
    726          * we need to to remove the theme mods to avoid overwriting changes made via
     726         * we need to remove the theme mods to avoid overwriting changes made via
    727727         * the Customizer when accessing wp-admin/widgets.php.
    728728         */
Note: See TracChangeset for help on using the changeset viewer.