File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ function get_theme_feature_list( $api = true ) {
442442 * @param string $action API action to perform: 'query_themes', 'theme_information',
443443 * 'hot_tags' or 'feature_list'.
444444 * @param array|object $args {
445- * Optional. Array or object of arguments to serialize for the Themes API. Default empty array.
445+ * Optional. Array or object of arguments to serialize for the Themes API.
446446 *
447447 * @type string $slug The theme slug. Default empty.
448448 * @type int $per_page Number of themes per page. Default 24.
Original file line number Diff line number Diff line change 2525 *
2626 * @param int|bool $error Whether there was an error.
2727 * Default '0'. Accepts '0' or '1', true or false.
28- * @param string $error_message Error message if an error occurred. Default empty string.
28+ * @param string $error_message Error message if an error occurred.
2929 */
3030function trackback_response ( $ error = 0 , $ error_message = '' ) {
3131 header ( 'Content-Type: text/xml; charset= ' . get_option ( 'blog_charset ' ) );
You can’t perform that action at this time.
0 commit comments