scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Wordpress 3.5.2
[autoinstalls/wordpress.git]
/
wp-includes
/
deprecated.php
diff --git
a/wp-includes/deprecated.php
b/wp-includes/deprecated.php
index c8fdf4ff2f5ff0079fe211545706b07ef587827e..655316a0a985ff7140e1e94f1c747a0bb4a7fbfd 100644
(file)
--- a/
wp-includes/deprecated.php
+++ b/
wp-includes/deprecated.php
@@
-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 );
}
/**