Make WordPress Core

Ticket #37939: 37939.patch

File 37939.patch, 938 bytes (added by hideokamoto, 8 years ago)

fix themes_api description plugin -> themes

  • src/wp-admin/includes/theme.php

    diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php
    index 95aaec1..9fbd712 100644
    a b function get_theme_feature_list( $api = true ) { 
    360360 * @param string       $action API action to perform: 'query_themes', 'theme_information',
    361361 *                             'hot_tags' or 'feature_list'.
    362362 * @param array|object $args   {
    363  *     Optional. Array or object of arguments to serialize for the Themes API.
     363 *     Optional. Array or object of arguments to serialize for the Plugin Info API.
    364364 *
    365  *     @type string  $slug     The theme slug. Default empty.
     365 *     @type string  $slug     The plugin 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.
    368368 *     @type int     $number   Number of tags to be queried.