- 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-ms-themes-list-table.php
r42343 r42871 98 98 * @since 3.1.0 99 99 * 100 * @param array $all An array of WP_Theme objects to display in the list table.100 * @param WP_Theme[] $all Array of WP_Theme objects to display in the list table. 101 101 */ 102 102 'all' => apply_filters( 'all_themes', wp_get_themes() ), … … 507 507 * @since 2.8.0 508 508 * 509 * @param array$actions An array of action links.509 * @param string[] $actions An array of action links. 510 510 * @param WP_Theme $theme The current WP_Theme object. 511 511 * @param string $context Status of the theme, one of 'all', 'enabled', or 'disabled'. … … 523 523 * @since 3.1.0 524 524 * 525 * @param array$actions An array of action links.525 * @param string[] $actions An array of action links. 526 526 * @param WP_Theme $theme The current WP_Theme object. 527 527 * @param string $context Status of the theme, one of 'all', 'enabled', or 'disabled'. … … 588 588 * @since 3.1.0 589 589 * 590 * @param array$theme_meta An array of the theme's metadata,590 * @param string[] $theme_meta An array of the theme's metadata, 591 591 * including the version, author, and 592 592 * theme URI.
Note: See TracChangeset
for help on using the changeset viewer.