- Timestamp:
- 05/29/2015 08:16:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r32642 r32654 16 16 private $error; 17 17 18 /** 19 * 20 * @return bool 21 */ 18 22 public function ajax_user_can() { 19 23 return current_user_can('install_plugins'); … … 29 33 * @since 4.0.0 30 34 * @access protected 35 * 36 * @return array 31 37 */ 32 38 protected function get_installed_plugin_slugs() { … … 222 228 * @global array $tabs 223 229 * @global string $tab 230 * 224 231 * @return array 225 232 */ … … 326 333 } 327 334 335 /** 336 * @return array 337 */ 328 338 protected function get_table_classes() { 329 339 return array( 'widefat', $this->_args['plural'] ); 330 340 } 331 341 342 /** 343 * @return array 344 */ 332 345 public function get_columns() { 333 346 return array();
Note: See TracChangeset
for help on using the changeset viewer.