mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 15:14:37 +00:00
Hook docs pinking shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@26631 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -301,9 +301,9 @@ function themes_api( $action, $args = null ) {
|
||||
* Filter arguments used to query for installer pages from the WordPress.org Themes API.
|
||||
*
|
||||
* Important: An object MUST be returned to this filter.
|
||||
*
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
*
|
||||
* @param object $args Arguments used to query for installer pages from the WordPress.org Themes API.
|
||||
* @param string $action Requested action. Likely values are 'theme_information',
|
||||
* 'feature_list', or 'query_themes'.
|
||||
@@ -315,7 +315,7 @@ function themes_api( $action, $args = null ) {
|
||||
*
|
||||
* Returning a value of true to this filter allows a theme to completely
|
||||
* override the built-in WordPress.org API.
|
||||
*
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param bool $bool Whether to override the WordPress.org Themes API. Default false.
|
||||
|
||||
Reference in New Issue
Block a user