- Timestamp:
- 05/28/2015 09:40:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r31990 r32642 49 49 } 50 50 51 /** 52 * 53 * @global array $tabs 54 * @global string $tab 55 * @global int $paged 56 * @global string $type 57 * @global string $term 58 * @global string $wp_version 59 */ 51 60 public function prepare_items() { 52 61 include( ABSPATH . 'wp-admin/includes/plugin-install.php' ); … … 209 218 } 210 219 220 /** 221 * 222 * @global array $tabs 223 * @global string $tab 224 * @return array 225 */ 211 226 protected function get_views() { 212 227 global $tabs, $tab; … … 277 292 278 293 /** 294 * @global string $tab 295 * 279 296 * @param string $which 280 297 */ … … 342 359 } 343 360 361 /** 362 * @global string $wp_version 363 */ 344 364 public function display_rows() { 345 365 $plugins_allowedtags = array(
Note: See TracChangeset
for help on using the changeset viewer.