Changeset 27287
- Timestamp:
- 02/26/2014 05:16:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r27286 r27287 1134 1134 } 1135 1135 1136 $adjacent = new WP_ Get_Adjacent_Post( array(1136 $adjacent = new WP_Adjacent_Post( array( 1137 1137 'post' => get_post(), 1138 1138 'previous' => $previous, … … 1152 1152 * same taxonomy terms and posts that lack specific terms. 1153 1153 */ 1154 class WP_ Get_Adjacent_Post {1154 class WP_Adjacent_Post { 1155 1155 public $adjacent_post = null; 1156 1156
Note: See TracChangeset
for help on using the changeset viewer.