Make WordPress Core


Ignore:
Timestamp:
07/20/2016 04:56:21 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Fix formatting, tense, verb conjugation, and other syntax for wp-includes/* elements introduced or changed in 4.6.

Part 1/2.

See #37318.

File:
1 edited

Legend:

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

    r37946 r38121  
    13321332
    13331333    /**
    1334      * Enable a theme for all sites on the current network.
     1334     * Enables a theme for all sites on the current network.
    13351335     *
    13361336     * @since 4.6.0
    1337      *
     1337     * @access public
    13381338     * @static
    1339      * @access public
    13401339     *
    13411340     * @param string|array $stylesheets Stylesheet name or array of stylesheet names.
     
    13591358
    13601359    /**
    1361      * Disable a theme for all sites on the current network.
     1360     * Disables a theme for all sites on the current network.
    13621361     *
    13631362     * @since 4.6.0
    1364      *
     1363     * @access public
    13651364     * @static
    1366      * @access public
    13671365     *
    13681366     * @param string|array $stylesheets Stylesheet name or array of stylesheet names.
Note: See TracChangeset for help on using the changeset viewer.