Changeset 38307 for trunk/src/wp-admin/plugin-install.php
- Timestamp:
- 08/22/2016 06:24:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-install.php
r38172 r38307 65 65 * @since 2.7.0 66 66 */ 67 do_action( "install_plugins_pre_ $tab" );67 do_action( "install_plugins_pre_{$tab}" ); 68 68 69 69 /* … … 156 156 * @param int $paged The current page number of the plugins list table. 157 157 */ 158 do_action( "install_plugins_ $tab", $paged ); ?>158 do_action( "install_plugins_{$tab}", $paged ); ?> 159 159 160 160 <span class="spinner"></span>
Note: See TracChangeset
for help on using the changeset viewer.