Make WordPress Core

Changeset 54657


Ignore:
Timestamp:
10/20/2022 06:18:19 PM (2 years ago)
Author:
jorbin
Message:

Revert accidental 5.9 branch commits [54655] and [54656]

Unprops audrasjb.
See #56867, #56792, #56862, #56792.

Location:
branches/5.9/src
Files:
2 edited

Legend:

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

    r54655 r54657  
    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.
  • branches/5.9/src/wp-trackback.php

    r54656 r54657  
    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 = '' ) {
Note: See TracChangeset for help on using the changeset viewer.