Make WordPress Core


Ignore:
Timestamp:
05/29/2015 09:36:38 PM (9 years ago)
Author:
wonderboymusic
Message:

After [32656], add @access annotations to methods that have no doc block in wp-includes/*.
Makes it easier to search for no doc blocks via }[\n\t\r ]+(protected|private|public).

See #32444.

File:
1 edited

Legend:

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

    r32568 r32657  
    3636    }
    3737
     38    /**
     39     * @access public
     40     */
    3841    public function init() {
    3942        /**
     
    314317    }
    315318
     319    /**
     320     * @access public
     321     */
    316322    public function reset() {
    317323        $this->do_concat = false;
Note: See TracChangeset for help on using the changeset viewer.