- Timestamp:
- 11/18/2021 01:48:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r50505 r52204 252 252 * @global array $themes_allowedtags 253 253 * 254 * @param object$theme {254 * @param stdClass $theme { 255 255 * An object that contains theme data returned by the WordPress.org API. 256 256 * … … 353 353 * @param string[] $actions An array of theme action links. Defaults are 354 354 * links to Install Now, Preview, and Details. 355 * @param WP_Theme $theme Theme object. 355 * @param stdClass $theme An object that contains theme data returned by the 356 * WordPress.org API. 356 357 */ 357 358 $actions = apply_filters( 'theme_install_actions', $actions, $theme ); … … 413 414 * Used to make the theme installer work for no-js. 414 415 * 415 * @param object $theme -A WordPress.org Theme API object.416 * @param stdClass $theme A WordPress.org Theme API object. 416 417 */ 417 418 public function theme_installer_single( $theme ) { … … 433 434 * @global array $themes_allowedtags 434 435 * 435 * @param object $theme -A WordPress.org Theme API object.436 * @param stdClass $theme A WordPress.org Theme API object. 436 437 */ 437 438 public function install_theme_info( $theme ) { … … 547 548 * @since 3.4.0 548 549 * 549 * @param object $theme -A WordPress.org Theme API object.550 * @param stdClass $theme A WordPress.org Theme API object. 550 551 * @return string Theme status. 551 552 */
Note: See TracChangeset
for help on using the changeset viewer.