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-admin-bar.php

    r32568 r32657  
    2828    }
    2929
     30    /**
     31     * @access public
     32     */
    3033    public function initialize() {
    3134        $this->user = new stdClass;
     
    246249    }
    247250
     251    /**
     252     * @access public
     253     */
    248254    public function render() {
    249255        $root = $this->_bind();
     
    537543    }
    538544
     545    /**
     546     * @access public
     547     */
    539548    public function add_menus() {
    540549        // User related, aligned right.
Note: See TracChangeset for help on using the changeset viewer.