- 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-plugin-install-list-table.php
r38221 r38307 201 201 * @param array|bool $args Plugin Install API arguments. 202 202 */ 203 $args = apply_filters( "install_plugins_table_api_args_ $tab", $args );203 $args = apply_filters( "install_plugins_table_api_args_{$tab}", $args ); 204 204 205 205 if ( !$args )
Note: See TracChangeset
for help on using the changeset viewer.