Changeset 38025
- Timestamp:
- 07/09/2016 02:38:33 PM (9 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 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 -
trunk/src/wp-admin/includes/theme.php
r37961 r38025 323 323 * The second filter, {@see 'themes_api'}, allows a plugin to override the WordPress.org 324 324 * Theme API entirely. If `$action` is 'query_themes', 'theme_information', or 'feature_list', 325 * an object MUST be passed. If `$action` is 'hot_tags `, an array should be passed.325 * an object MUST be passed. If `$action` is 'hot_tags', an array should be passed. 326 326 * 327 327 * Finally, the third filter, {@see 'themes_api_result'}, makes it possible to filter the … … 423 423 * 424 424 * If `$action` is 'query_themes', 'theme_information', or 'feature_list', an object MUST 425 * be passed. If `$action` is 'hot_tags `, an array should be passed.425 * be passed. If `$action` is 'hot_tags', an array should be passed. 426 426 * 427 427 * @since 2.8.0
Note: See TracChangeset
for help on using the changeset viewer.