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:
parent
c78763a761
commit
22b4567550
|
@ -1185,6 +1185,13 @@ class WP_Adjacent_Post {
|
|||
*/
|
||||
protected $adjacent = 'previous';
|
||||
|
||||
/**
|
||||
* Post taxonomy.
|
||||
*
|
||||
* @since 3.9.0
|
||||
* @access protected
|
||||
* @var string
|
||||
*/
|
||||
protected $taxonomy = 'category';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue