Skip to content

Commit 007118d

Browse files
committed
Revert accidental 5.9 branch commits [54655] and [54656]
Unprops audrasjb. See #56867, #56792, #56862, #56792. git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54657 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 20012ba commit 007118d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/wp-admin/includes/theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/wp-trackback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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
*/
3030
function trackback_response( $error = 0, $error_message = '' ) {
3131
header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ) );

0 commit comments

Comments
 (0)