Make WordPress Core

Changeset 41168


Ignore:
Timestamp:
07/27/2017 08:18:25 AM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Remove some more top-level @aacess tags from function DocBlocks.

See #414532.

Location:
trunk/src
Files:
5 edited

Legend:

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

    r41161 r41168  
    508508     *
    509509     * @since 4.3.0
    510      * @access protected
    511510     *
    512511     * @global string $comment_status Status for the current listed comments.
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r41161 r41168  
    246246         *
    247247         * @since 3.7.0
    248          * @access public
    249248         *
    250249         * @param bool        $reply   Whether to bail without returning the package.
     
    813812     *
    814813     * @since 4.5.0
    815      * @access public
    816814     * @static
    817815     *
     
    860858     *
    861859     * @since 4.5.0
    862      * @access public
    863860     * @static
    864861     *
  • trunk/src/wp-includes/class-wp-customize-widgets.php

    r41162 r41168  
    11351135     *
    11361136     * @since 3.9.0
    1137      * @access public
    11381137     *
    11391138     * @global array $wp_registered_sidebars
  • trunk/src/wp-includes/query.php

    r40103 r41168  
    3535 *
    3636 * @since 3.1.0
    37  * @access public
    3837 *
    3938 * @global WP_Query $wp_query Global WP_Query instance.
  • trunk/src/wp-includes/theme.php

    r41136 r41168  
    15411541 *
    15421542 * @since 3.0.0
    1543  * @access protected
    15441543 */
    15451544function _custom_background_cb() {
     
    16211620 *
    16221621 * @since 4.7.0
    1623  * @access public
    16241622 */
    16251623function wp_custom_css_cb() {
     
    16361634 *
    16371635 * @since 4.7.0
    1638  * @access public
    16391636 *
    16401637 * @param string $stylesheet Optional. A theme object stylesheet name. Defaults to the current theme.
     
    16881685 *
    16891686 * @since 4.7.0
    1690  * @access public
    16911687 *
    16921688 * @param string $stylesheet Optional. A theme object stylesheet name. Defaults to the current theme.
     
    17241720 *
    17251721 * @since 4.7.0
    1726  * @access public
    17271722 *
    17281723 * @param string $css CSS, stored in `post_content`.
Note: See TracChangeset for help on using the changeset viewer.