Changeset 34763 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 10/02/2015 04:47:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r34652 r34763 20 20 * 21 21 * The second filter, {@see 'plugins_api'}, allows a plugin to override the WordPress.org 22 * Plugin Install API entirely. If `$action` is 'query_plugins' , 'plugin_information', or23 * 'hot_categories', an object MUST be passed. If `$action` is 'hot_tags`, an array should22 * Plugin Install API entirely. If `$action` is 'query_plugins' or 'plugin_information', 23 * an object MUST be passed. If `$action` is 'hot_tags` or 'hot_categories', an array MUST 24 24 * be passed. 25 25 *
Note: See TracChangeset
for help on using the changeset viewer.