Changes between Initial Version and Version 1 of Ticket #9978, comment 8
- Timestamp:
- 09/25/2013 07:25:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9978, comment 8
initial v1 4 4 if ( in_array( $post->ID, $sticky_posts ) ) { 5 5 // Remove sticky from current position 6 array_splice( $this->posts, $i, 1 , true);6 array_splice( $this->posts, $i, 1 ); 7 7 } 8 8 }