Make WordPress Core


Ignore:
Timestamp:
12/31/2004 09:49:48 PM (21 years ago)
Author:
rboren
Message:

Add rewind_posts().

File:
1 edited

Legend:

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

    r2023 r2026  
    12331233}
    12341234
     1235function rewind_posts() {
     1236    global $wp_query;
     1237
     1238    return $wp_query->rewind_posts();
     1239}
     1240
    12351241function the_post() {
    12361242    start_wp(true);
Note: See TracChangeset for help on using the changeset viewer.