Make WordPress Core

Changeset 27293


Ignore:
Timestamp:
02/26/2014 06:20:44 PM (11 years ago)
Author:
DrewAPicture
Message:

Document the $taxonomy property in WP_Adjacent_Post.

See #26937.

File:
1 edited

Legend:

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

    r27292 r27293  
    11861186    protected $adjacent = 'previous';
    11871187
     1188    /**
     1189     * Post taxonomy.
     1190     *
     1191     * @since 3.9.0
     1192     * @access protected
     1193     * @var string
     1194     */
    11881195    protected $taxonomy = 'category';
    11891196
Note: See TracChangeset for help on using the changeset viewer.