mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
73e5f71859
commit
139dedb474
@ -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
Block a user