Ticket #18785: 18785.patch
File 18785.patch, 611 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/screen.php
797 797 <?php 798 798 } 799 799 800 /** 801 * Render the option for number of Columns on the page 802 * 803 * @since 3.3.0 804 */ 800 805 function render_screen_layout() { 801 806 global $screen_layout_columns; 802 807 … … 843 848 <?php 844 849 } 845 850 851 /** 852 * Render the items per page option 853 * 854 * @since 3.3.0 855 */ 846 856 function render_per_page_options() { 847 857 if ( ! isset( $this->_options['per_page'] ) ) 848 858 return;