Changeset 38025 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 07/09/2016 02:38:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.