Changeset 14135 for trunk/wp-includes/query.php
- Timestamp:
- 04/18/2010 05:11:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r14121 r14135 2463 2463 // Remove post from sticky posts array 2464 2464 $offset = array_search($sticky_post->ID, $sticky_posts); 2465 array_splice($sticky_posts, $offset, 1);2465 unset( $sticky_posts[$offset] ); 2466 2466 } 2467 2467 }
Note: See TracChangeset
for help on using the changeset viewer.