mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Improve documentation of known return types, plus other docs fixes.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46660 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -20,9 +20,9 @@ if ( empty( $wp ) ) {
|
||||
*
|
||||
* @since 0.71
|
||||
*
|
||||
* @param mixed $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 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.
|
||||
*/
|
||||
function trackback_response( $error = 0, $error_message = '' ) {
|
||||
header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ) );
|
||||
|
||||
Reference in New Issue
Block a user