Changeset 38025 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 07/09/2016 02:38:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r37714 r38025 21 21 * The second filter, {@see 'plugins_api'}, allows a plugin to override the WordPress.org 22 22 * 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 MUST23 * an object MUST be passed. If `$action` is 'hot_tags' or 'hot_categories', an array MUST 24 24 * be passed. 25 25 * … … 131 131 * 132 132 * If `$action` is 'query_plugins' or 'plugin_information', an object MUST be passed. 133 * If `$action` is 'hot_tags `or 'hot_categories', an array should be passed.133 * If `$action` is 'hot_tags' or 'hot_categories', an array should be passed. 134 134 * 135 135 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.