- Timestamp:
- 03/22/2018 08:26:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r42827 r42871 77 77 * @since 2.8.0 78 78 * 79 * @param array$nonmenu_tabs The tabs that don't have a menu item on80 * the Install Themes screen.79 * @param string[] $nonmenu_tabs The tabs that don't have a menu item on 80 * the Install Themes screen. 81 81 */ 82 82 $nonmenu_tabs = apply_filters( 'install_themes_nonmenu_tabs', $nonmenu_tabs ); … … 335 335 * @since 3.4.0 336 336 * 337 * @param array $actions An array of theme action hyperlinks. Defaults are337 * @param string[] $actions An array of theme action links. Defaults are 338 338 * links to Install Now, Preview, and Details. 339 339 * @param WP_Theme $theme Theme object.
Note: See TracChangeset
for help on using the changeset viewer.