Hook docs pinking shears.

git-svn-id: https://develop.svn.wordpress.org/trunk@26631 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2013-12-04 20:02:53 +00:00
parent 132aed5113
commit 98fe4a5aed
4 changed files with 9 additions and 9 deletions

View File

@@ -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.