Changeset 34649 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 09/27/2015 10:46:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r34648 r34649 309 309 * 310 310 * The second filter, {@see 'themes_api'}, allows a plugin to override the WordPress.org 311 * Theme API entirely. If `$action` is 'query_themes', 'theme_information', or ' hot_categories',311 * Theme API entirely. If `$action` is 'query_themes', 'theme_information', or 'feature_list', 312 312 * an object MUST be passed. If `$action` is 'hot_tags`, an array should be passed. 313 313 * … … 317 317 * Supported arguments per action: 318 318 * 319 * | Argument Name | 'query_ plugins' | 'theme_information' | 'hot_tags' | 'feature_list' |319 * | Argument Name | 'query_themes' | 'theme_information' | 'hot_tags' | 'feature_list' | 320 320 * | -------------------| :-------------: | :-----------------: | :--------: | :--------------: | 321 321 * | `$slug` | No | Yes | No | No |
Note: See TracChangeset
for help on using the changeset viewer.