Changeset 2026 for trunk/wp-includes/functions.php
- Timestamp:
- 12/31/2004 09:49:48 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2023 r2026 1233 1233 } 1234 1234 1235 function rewind_posts() { 1236 global $wp_query; 1237 1238 return $wp_query->rewind_posts(); 1239 } 1240 1235 1241 function the_post() { 1236 1242 start_wp(true);
Note: See TracChangeset
for help on using the changeset viewer.