Changeset 30649 for trunk/src/wp-admin/plugin-install.php
- Timestamp:
- 11/30/2014 11:42:00 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-install.php
r29829 r30649 58 58 * Fires before each tab on the Install Plugins screen is loaded. 59 59 * 60 * The dynamic portion of the action hook, $tab, allows for targeting60 * The dynamic portion of the action hook, `$tab`, allows for targeting 61 61 * individual tabs, for instance 'install_plugins_pre_plugin-information'. 62 62 * … … 118 118 * Fires after the plugins list table in each tab of the Install Plugins screen. 119 119 * 120 * The dynamic portion of the action hook, $tab, allows for targeting120 * The dynamic portion of the action hook, `$tab`, allows for targeting 121 121 * individual tabs, for instance 'install_plugins_plugin-information'. 122 122 * … … 125 125 * @param int $paged The current page number of the plugins list table. 126 126 */ 127 ?> 128 <?php do_action( "install_plugins_$tab", $paged ); ?> 127 do_action( "install_plugins_$tab", $paged ); ?> 129 128 </div> 130 129 <?php
Note: See TracChangeset
for help on using the changeset viewer.