Docs: Add missing default parameter value in `trackback_response()` docblock.

Props rakibwordpress, audrasjb, SergeyBiryukov.
Fixes #56867.
See #56792.

Built from https://develop.svn.wordpress.org/branches/5.9@54656


git-svn-id: http://core.svn.wordpress.org/branches/5.9@54208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-10-20 16:42:01 +00:00
parent b2191ff30c
commit 04e120a593
1 changed files with 1 additions and 1 deletions

View File

@ -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.
* @param string $error_message Error message if an error occurred. Default empty string.
*/
function trackback_response( $error = 0, $error_message = '' ) {
header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ) );