Document the $taxonomy property in WP_Adjacent_Post.

See #26937.


git-svn-id: https://develop.svn.wordpress.org/trunk@27293 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2014-02-26 18:20:44 +00:00
parent 73e5f71859
commit 139dedb474

View File

@ -1185,6 +1185,13 @@ class WP_Adjacent_Post {
*/
protected $adjacent = 'previous';
/**
* Post taxonomy.
*
* @since 3.9.0
* @access protected
* @var string
*/
protected $taxonomy = 'category';
/**