- Timestamp:
- 08/22/2016 06:24:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r38071 r38307 519 519 * @param string $context Status of the theme. 520 520 */ 521 $actions = apply_filters( "theme_action_links_ $stylesheet", $actions, $theme, $context );521 $actions = apply_filters( "theme_action_links_{$stylesheet}", $actions, $theme, $context ); 522 522 523 523 echo $this->row_actions( $actions, true ); … … 727 727 * @param string $status Status of the theme. 728 728 */ 729 do_action( "after_theme_row_ $stylesheet", $stylesheet, $theme, $status );729 do_action( "after_theme_row_{$stylesheet}", $stylesheet, $theme, $status ); 730 730 } 731 731 }
Note: See TracChangeset
for help on using the changeset viewer.