diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index c8e9cb0650..b39d778aea 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -442,7 +442,7 @@ function get_theme_feature_list( $api = true ) { * @param string $action API action to perform: 'query_themes', 'theme_information', * 'hot_tags' or 'feature_list'. * @param array|object $args { - * Optional. Array or object of arguments to serialize for the Themes API. Default empty array. + * Optional. Array or object of arguments to serialize for the Themes API. * * @type string $slug The theme slug. Default empty. * @type int $per_page Number of themes per page. Default 24. diff --git a/wp-trackback.php b/wp-trackback.php index c9153e7af5..4757727a58 100644 --- a/wp-trackback.php +++ b/wp-trackback.php @@ -25,7 +25,7 @@ wp_set_current_user( 0 ); * * @param int|bool $error Whether there was an error. * Default '0'. Accepts '0' or '1', true or false. - * @param string $error_message Error message if an error occurred. Default empty string. + * @param string $error_message Error message if an error occurred. */ function trackback_response( $error = 0, $error_message = '' ) { header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ) );