- Timestamp:
- 05/29/2015 08:16:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r32642 r32654 12 12 public $features = array(); 13 13 14 /** 15 * 16 * @return bool 17 */ 14 18 public function ajax_user_can() { 15 19 return current_user_can( 'install_themes' ); … … 417 421 * @global string $tab Current tab within Themes->Install screen 418 422 * @global string $type Type of search. 423 * 424 * @param array $extra_args Unused. 419 425 */ 420 426 public function _js_vars( $extra_args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.