Changeset 9716 for trunk/wp-includes/post.php
- Timestamp:
- 11/15/2008 06:10:35 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r9714 r9716 2162 2162 2163 2163 if ( empty($pages) ) { 2164 $page = apply_filters('get_pages', array(), $r);2164 $pages = apply_filters('get_pages', array(), $r); 2165 2165 return $pages; 2166 2166 } … … 3323 3323 */ 3324 3324 function wp_get_post_autosave( $post_id ) { 3325 global $wpdb; 3325 3326 3326 if ( !$post = get_post( $post_id ) ) 3327 3327 return false;
Note: See TracChangeset
for help on using the changeset viewer.