Make WordPress Core


Ignore:
Timestamp:
09/19/2016 04:45:44 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct two references to plugins in the $args parameter description for themes_api().

Props hideokamoto.
Fixes #37939.

File:
1 edited

Legend:

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

    r38334 r38623  
    361361 *                             'hot_tags' or 'feature_list'.
    362362 * @param array|object $args   {
    363  *     Optional. Array or object of arguments to serialize for the Plugin Info API.
    364  *
    365  *     @type string  $slug     The plugin slug. Default empty.
     363 *     Optional. Array or object of arguments to serialize for the Themes API.
     364 *
     365 *     @type string  $slug     The theme slug. Default empty.
    366366 *     @type int     $per_page Number of themes per page. Default 24.
    367367 *     @type int     $page     Number of current page. Default 1.
Note: See TracChangeset for help on using the changeset viewer.