diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 33a83dbadb..d86709a74b 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -3284,7 +3284,7 @@ function image_resize( $file, $max_w, $max_h, $crop = false, $suffix = null, $de */ function wp_get_single_post( $postid = 0, $mode = OBJECT ) { _deprecated_function( __FUNCTION__, '3.5', 'get_post()' ); - return get_post( $postid, $mode, 'edit' ); + return get_post( $postid, $mode ); } /**