From 139dedb474937a1a51f3b65713bebbfa623549a6 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 26 Feb 2014 18:20:44 +0000 Subject: [PATCH] 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 --- src/wp-includes/link-template.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index d3d04f53d9..d1779694d8 100644 --- a/src/wp-includes/link-template.php +++ b/src/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'; /**