- Timestamp:
- 05/28/2015 09:40:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r31181 r32642 31 31 } 32 32 33 /** 34 * 35 * @global int $cat_id 36 * @global string $s 37 * @global string $orderby 38 * @global string $order 39 */ 33 40 public function prepare_items() { 34 41 global $cat_id, $s, $orderby, $order; … … 61 68 } 62 69 70 /** 71 * 72 * @global int $cat_id 73 * @param string $which 74 */ 63 75 protected function extra_tablenav( $which ) { 64 76 global $cat_id; … … 109 121 } 110 122 123 /** 124 * 125 * @global int $cat_id 126 */ 111 127 public function display_rows() { 112 128 global $cat_id;
Note: See TracChangeset
for help on using the changeset viewer.