Changeset 42875 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 03/25/2018 06:09:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r42447 r42875 144 144 * @since 2.8.0 145 145 * 146 * @param array $tabs The tabs shown on the Add Themes screen. Default is 'upload'.146 * @param string[] $tabs Associative array of the tabs shown on the Add Themes screen. Default is 'upload'. 147 147 */ 148 148 $tabs = apply_filters( 'install_themes_tabs', array( 'upload' => __( 'Upload Theme' ) ) );
Note: See TracChangeset
for help on using the changeset viewer.