Changeset 13089 for trunk/wp-includes/query.php
- Timestamp:
- 02/13/2010 06:08:15 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r13052 r13089 2366 2366 if ( 'publish' != $sticky_post->post_status ) 2367 2367 continue; 2368 array_splice($this->posts, $sticky_offset, 0, array($sticky_post));2369 $sticky_offset++;2368 array_splice($this->posts, $sticky_offset, 0, array($sticky_post)); 2369 $sticky_offset++; 2370 2370 } 2371 2371 }
Note: See TracChangeset
for help on using the changeset viewer.