Changeset 24436 for trunk/wp-includes/deprecated.php
- Timestamp:
- 06/19/2013 07:58:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/deprecated.php
r24186 r24436 3285 3285 function wp_get_single_post( $postid = 0, $mode = OBJECT ) { 3286 3286 _deprecated_function( __FUNCTION__, '3.5', 'get_post()' ); 3287 return get_post( $postid, $mode , 'edit');3287 return get_post( $postid, $mode ); 3288 3288 } 3289 3289
Note: See TracChangeset
for help on using the changeset viewer.