Make WordPress Core


Ignore:
Timestamp:
07/27/2017 12:40:27 AM (9 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-nav-menu-location-control.php

    r38189 r41162  
    2323     *
    2424     * @since 4.3.0
    25      * @access public
    2625     * @var string
    2726     */
     
    3231     *
    3332     * @since 4.3.0
    34      * @access public
    3533     * @var string
    3634     */
     
    4139     *
    4240     * @since 4.3.0
    43      * @access public
    4441     *
    4542     * @see WP_Customize_Control::to_json()
     
    5451     *
    5552     * @since 4.3.0
    56      * @access public
    5753     */
    5854    public function render_content() {
Note: See TracChangeset for help on using the changeset viewer.