Make WordPress Core


Ignore:
Timestamp:
07/09/2016 02:38:33 PM (8 years ago)
Author:
ocean90
Message:

Docs: Fix a typo in the DocBlock for themes_api(), themes_api, plugins_api(), and plugins_api.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/theme.php

    r37961 r38025  
    323323 * The second filter, {@see 'themes_api'}, allows a plugin to override the WordPress.org
    324324 * 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.
    326326 *
    327327 * Finally, the third filter, {@see 'themes_api_result'}, makes it possible to filter the
     
    423423     *
    424424     * 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.
    426426     *
    427427     * @since 2.8.0
Note: See TracChangeset for help on using the changeset viewer.