- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r32333 r32642 56 56 * @see WP_List_Table::__construct() for more information on default arguments. 57 57 * 58 * @global object $post_type_object 59 * @global wpdb $wpdb 60 * 58 61 * @param array $args An associative array of arguments. 59 62 */ … … 102 105 } 103 106 107 /** 108 * 109 * @global array $avail_post_stati 110 * @global WP_Query $wp_query 111 * @global int $per_page 112 * @global string $mode 113 */ 104 114 public function prepare_items() { 105 115 global $avail_post_stati, $wp_query, $per_page, $mode; … … 164 174 } 165 175 176 /** 177 * 178 * @global array $locked_post_status This seems to be deprecated. 179 * @global array $avail_post_stati 180 * @return array 181 */ 166 182 protected function get_views() { 167 183 global $locked_post_status, $avail_post_stati; … … 468 484 469 485 /** 470 * @global wpdb $wpdb 486 * @global wpdb $wpdb 487 * @global WP_Post $post 471 488 * @param array $pages 472 489 * @param int $pagenum … … 629 646 630 647 /** 631 * @global string $mode 648 * @global string $mode 649 * @global WP_Post $post 650 * 632 651 * @param WP_Post $post 633 652 * @param int $level … … 992 1011 * 993 1012 * @since 3.1.0 1013 * 1014 * @global string $mode 994 1015 */ 995 1016 public function inline_edit() {
Note: See TracChangeset
for help on using the changeset viewer.