Changeset 21569
- Timestamp:
- 08/21/2012 04:04:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r21559 r21569 2751 2751 if ( 'publish' != $sticky_post->post_status ) 2752 2752 continue; 2753 array_splice($this->posts, $sticky_offset, 0, array( $sticky_post));2753 array_splice($this->posts, $sticky_offset, 0, array( get_post( $sticky_post ) ) ); 2754 2754 $sticky_offset++; 2755 2755 }
Note: See TracChangeset
for help on using the changeset viewer.