Make WordPress Core


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

Add @access annotations to methods that have no doc block in wp-admin/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-admin/includes/class-wp-ms-themes-list-table.php

    r32654 r32656  
    213213    }
    214214
     215    /**
     216     * @access public
     217     */
    215218    public function no_items() {
    216219        if ( ! $this->has_items )
     
    325328    }
    326329
     330    /**
     331     * @access public
     332     */
    327333    public function display_rows() {
    328334        foreach ( $this->items as $theme )
     
    335341     * @global string $s
    336342     * @global array $totals
    337      * 
     343     *
    338344     * @param WP_Theme $theme
    339345     */
Note: See TracChangeset for help on using the changeset viewer.