Changeset 41220
- Timestamp:
- 08/03/2017 03:45:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r41219 r41220 480 480 * @param array $actions An array of action links. 481 481 * @param WP_Theme $theme The current WP_Theme object. 482 * @param string $context Status of the theme, one of all', 'enabled', or 'disabled'.482 * @param string $context Status of the theme, one of 'all', 'enabled', or 'disabled'. 483 483 */ 484 484 $actions = apply_filters( 'theme_action_links', array_filter( $actions ), $theme, $context ); … … 496 496 * @param array $actions An array of action links. 497 497 * @param WP_Theme $theme The current WP_Theme object. 498 * @param string $context Status of the theme, one of all', 'enabled', or 'disabled'.498 * @param string $context Status of the theme, one of 'all', 'enabled', or 'disabled'. 499 499 */ 500 500 $actions = apply_filters( "theme_action_links_{$stylesheet}", $actions, $theme, $context );
Note: See TracChangeset
for help on using the changeset viewer.