Document the $taxonomy property in WP_Adjacent_Post.
See #26937. Built from https://develop.svn.wordpress.org/trunk@27293 git-svn-id: http://core.svn.wordpress.org/trunk@27149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1185,6 +1185,13 @@ class WP_Adjacent_Post {
|
||||
*/
|
||||
protected $adjacent = 'previous';
|
||||
|
||||
/**
|
||||
* Post taxonomy.
|
||||
*
|
||||
* @since 3.9.0
|
||||
* @access protected
|
||||
* @var string
|
||||
*/
|
||||
protected $taxonomy = 'category';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user