- Timestamp:
- 12/01/2014 12:32:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r30648 r30679 269 269 } 270 270 271 /** 272 * @param string $which 273 */ 271 274 protected function display_tablenav( $which ) { 272 275 if ( $GLOBALS['tab'] === 'featured' ) { … … 307 310 } 308 311 312 /** 313 * @param object $plugin_a 314 * @param object $plugin_b 315 * @return int 316 */ 309 317 private function order_callback( $plugin_a, $plugin_b ) { 310 318 $orderby = $this->orderby;
Note: See TracChangeset
for help on using the changeset viewer.