Changeset 27692 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 03/24/2014 09:29:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r27635 r27692 1294 1294 'posts_per_page' => 1, 1295 1295 'post_status' => 'publish', 1296 'post_type' => 'post',1296 'post_type' => $this->current_post->post_type, 1297 1297 'orderby' => 'date', 1298 1298 'order' => 'previous' === $this->adjacent ? 'DESC' : 'ASC',
Note: See TracChangeset
for help on using the changeset viewer.