Make WordPress Core

Changeset 41355


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

Docs: Remove "since since" and "one one" dittography from inline comments.

Fixes #41841.

Location:
trunk/src/wp-includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r41350 r41355  
    27442744        }
    27452745
    2746         // Delete any stashed theme mods for the active theme since since they would have been loaded and saved upon activation.
     2746        // Delete any stashed theme mods for the active theme since they would have been loaded and saved upon activation.
    27472747        unset( $stashed_theme_mod_settings[ $this->get_stylesheet() ] );
    27482748
  • trunk/src/wp-includes/customize/class-wp-customize-partial.php

    r41162 r41355  
    294294     * @since 4.5.0
    295295     *
    296      * @return bool False if user can't edit one one of the related settings,
     296     * @return bool False if user can't edit one of the related settings,
    297297     *                    or if one of the associated settings does not exist.
    298298     */
  • trunk/src/wp-includes/post.php

    r41288 r41355  
    12411241 *
    12421242 * @param object $args Post type registration arguments.
    1243  * @return object object with all the capabilities as member variables.
     1243 * @return object Object with all the capabilities as member variables.
    12441244 */
    12451245function get_post_type_capabilities( $args ) {
Note: See TracChangeset for help on using the changeset viewer.