Changeset 37488 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r37287 r37488 312 312 * 313 313 * It is possible for a theme to override the Themes API result with three 314 * filters. Assume this is for themes, which can extend on the Theme Info to314 * Filterss. Assume this is for themes, which can extend on the Theme Info to 315 315 * offer more choices. This is very powerful and must be used with care, when 316 316 * overriding the filters. … … 404 404 405 405 /** 406 * Filter arguments used to query for installer pages from the WordPress.org Themes API.406 * Filters arguments used to query for installer pages from the WordPress.org Themes API. 407 407 * 408 408 * Important: An object MUST be returned to this filter. … … 417 417 418 418 /** 419 * Filter whether to override the WordPress.org Themes API.419 * Filters whether to override the WordPress.org Themes API. 420 420 * 421 421 * Passing a non-false value will effectively short-circuit the WordPress.org API request. … … 463 463 464 464 /** 465 * Filter the returned WordPress.org Themes API response.465 * Filters the returned WordPress.org Themes API response. 466 466 * 467 467 * @since 2.8.0 … … 489 489 490 490 /** 491 * Filter theme data before it is prepared for JavaScript.491 * Filters theme data before it is prepared for JavaScript. 492 492 * 493 493 * Passing a non-empty array will result in wp_prepare_themes_for_js() returning … … 575 575 576 576 /** 577 * Filter the themes prepared for JavaScript, for themes.php.577 * Filters the themes prepared for JavaScript, for themes.php. 578 578 * 579 579 * Could be useful for changing the order, which is by name by default.
Note: See TracChangeset
for help on using the changeset viewer.