diff --git a/src/wp-trackback.php b/src/wp-trackback.php index f78cd5e095..c357e3193e 100644 --- a/src/wp-trackback.php +++ b/src/wp-trackback.php @@ -13,6 +13,9 @@ if ( empty( $wp ) ) { wp( array( 'tb' => '1' ) ); } +// Always run as an unauthenticated user. +wp_set_current_user( 0 ); + /** * Response to a trackback. *