Make WordPress Core


Ignore:
Timestamp:
07/27/2017 12:40:27 AM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Remove @access notations from method DocBlocks in wp-includes/* classes.

Prior to about 2013, many class methods lacked even access modifiers which made the @access notations that much more useful. Now that we've gotten to a point where the codebase is more mature from a maintenance perspective and we can finally remove these notations. Notable exceptions to this change include standalone functions notated as private as well as some classes still considered to represent "private" APIs.

See #41452.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-site-icon-control.php

    r40671 r41162  
    2323     *
    2424     * @since 4.3.0
    25      * @access public
    2625     * @var string
    2726     */
     
    3231     *
    3332     * @since 4.3.0
    34      * @access public
    3533     *
    3634     * @param WP_Customize_Manager $manager Customizer bootstrap instance.
     
    4745     *
    4846     * @since 4.5.0
    49      * @access public
    5047     */
    5148    public function content_template() {
Note: See TracChangeset for help on using the changeset viewer.