Make WordPress Core

Changeset 18863


Ignore:
Timestamp:
10/02/2011 12:04:30 AM (14 years ago)
Author:
nacin
Message:

Add phpdoc for two WP_Screen methods. props jorbin, see #18785.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/screen.php

    r18862 r18863  
    802802    }
    803803
     804    /**
     805     * Render the option for number of columns on the page
     806     *
     807     * @since 3.3.0
     808     */
    804809    function render_screen_layout() {
    805810        global $screen_layout_columns;
     
    848853    }
    849854
     855    /**
     856     * Render the items per page option
     857     *
     858     * @since 3.3.0
     859     */
    850860    function render_per_page_options() {
    851861        if ( ! isset( $this->_options['per_page'] ) )
Note: See TracChangeset for help on using the changeset viewer.