Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #9978, comment 8


Ignore:
Timestamp:
09/25/2013 07:25:18 PM (11 years ago)
Author:
jeremyfelt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9978, comment 8

    initial v1  
    44        if ( in_array( $post->ID, $sticky_posts ) ) {
    55                // Remove sticky from current position
    6                 array_splice( $this->posts, $i, 1, true );
     6                array_splice( $this->posts, $i, 1 );
    77        }
    88}