Changeset 54657
- Timestamp:
- 10/20/2022 06:18:19 PM (2 years ago)
- Location:
- branches/5.9/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9/src/wp-admin/includes/theme.php
r54655 r54657 443 443 * 'hot_tags' or 'feature_list'. 444 444 * @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. 446 446 * 447 447 * @type string $slug The theme slug. Default empty. -
branches/5.9/src/wp-trackback.php
r54656 r54657 26 26 * @param int|bool $error Whether there was an error. 27 27 * 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. 29 29 */ 30 30 function trackback_response( $error = 0, $error_message = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.