Make WordPress Core


Ignore:
Timestamp:
02/13/2010 06:08:15 AM (16 years ago)
Author:
dd32
Message:

Initialise Variables, Whitespace cleanup, Remove unused variables, Cast start_of_week option to int in sanitization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/query.php

    r13052 r13089  
    23662366                    if ( 'publish' != $sticky_post->post_status )
    23672367                        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++;
    23702370                }
    23712371            }
Note: See TracChangeset for help on using the changeset viewer.