From 22b4567550100f64175688fc9eb034579e0675be Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 26 Feb 2014 18:21:13 +0000 Subject: [PATCH] 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 --- wp-includes/link-template.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index d3d04f53d9..d1779694d8 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -1185,6 +1185,13 @@ class WP_Adjacent_Post { */ protected $adjacent = 'previous'; + /** + * Post taxonomy. + * + * @since 3.9.0 + * @access protected + * @var string + */ protected $taxonomy = 'category'; /**