Make WordPress Core

Changeset 27287


Ignore:
Timestamp:
02/26/2014 05:16:47 PM (11 years ago)
Author:
nacin
Message:

We shall call it WP_Adjacent_Post instead. see #26937.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r27286 r27287  
    11341134    }
    11351135
    1136     $adjacent = new WP_Get_Adjacent_Post( array(
     1136    $adjacent = new WP_Adjacent_Post( array(
    11371137        'post'           => get_post(),
    11381138        'previous'       => $previous,
     
    11521152 * same taxonomy terms and posts that lack specific terms.
    11531153 */
    1154 class WP_Get_Adjacent_Post {
     1154class WP_Adjacent_Post {
    11551155    public $adjacent_post = null;
    11561156
Note: See TracChangeset for help on using the changeset viewer.