]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/deprecated.php
Wordpress 3.5.2
[autoinstalls/wordpress.git] / wp-includes / deprecated.php
index c8fdf4ff2f5ff0079fe211545706b07ef587827e..655316a0a985ff7140e1e94f1c747a0bb4a7fbfd 100644 (file)
@@ -3298,7 +3298,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 );
 }
 
 /**