- Timestamp:
- 08/22/2016 06:24:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r37937 r38307 135 135 * @param array $args An array of themes API arguments. 136 136 */ 137 $args = apply_filters( 'install_themes_table_api_args_' . $tab, $args );137 $args = apply_filters( "install_themes_table_api_args_{$tab}", $args ); 138 138 139 139 if ( ! $args )
Note: See TracChangeset
for help on using the changeset viewer.