Make WordPress Core


Ignore:
Timestamp:
05/29/2015 09:36:38 PM (10 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-customize-control.php

    r32650 r32657  
    10261026    }
    10271027
     1028    /**
     1029     * @access public
     1030     */
    10281031    public function enqueue() {
    10291032        wp_enqueue_media();
     
    10671070    }
    10681071
     1072    /**
     1073     * @access public
     1074     */
    10691075    public function print_header_image_template() {
    10701076        ?>
     
    11431149    }
    11441150
     1151    /**
     1152     * @access public
     1153     */
    11451154    public function render_content() {
    11461155        $this->print_header_image_template();
     
    13171326    }
    13181327
     1328    /**
     1329     * @access public
     1330     */
    13191331    public function render_content() {
    13201332        ?>
Note: See TracChangeset for help on using the changeset viewer.