- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r37145 r37488 105 105 106 106 /** 107 * Filter the tabs shown on the Plugin Install screen.107 * Filters the tabs shown on the Plugin Install screen. 108 108 * 109 109 * @since 2.7.0 … … 115 115 116 116 /** 117 * Filter tabs not associated with a menu item on the Plugin Install screen.117 * Filters tabs not associated with a menu item on the Plugin Install screen. 118 118 * 119 119 * @since 2.7.0 … … 192 192 193 193 /** 194 * Filter API request arguments for each Plugin Install screen tab.194 * Filters API request arguments for each Plugin Install screen tab. 195 195 * 196 196 * The dynamic portion of the hook name, `$tab`, refers to the plugin install tabs. … … 495 495 496 496 /** 497 * Filter the install action links for a plugin.497 * Filters the install action links for a plugin. 498 498 * 499 499 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.