Make WordPress Core

Changeset 27296


Ignore:
Timestamp:
02/26/2014 06:45:39 PM (11 years ago)
Author:
nacin
Message:

Set the taxonomy property in the WP_Adjacent_Post class. fixes #26937.

File:
1 edited

Legend:

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

    r27293 r27296  
    12631263        $this->excluded_terms = array_map( 'intval', $args['excluded_terms'] );
    12641264        $this->adjacent       = $args['previous'] ? 'previous' : 'next';
     1265        $this->taxonomy       = $args['taxonomy'];
    12651266        $this->in_same_term   = (bool) $args['in_same_term'];
    12661267
Note: See TracChangeset for help on using the changeset viewer.