Commit cd967bde authored by Drew Jaynes's avatar Drew Jaynes
Browse files

Document the `$taxonomy` property in `WP_Adjacent_Post`.

See #26937.

Built from https://develop.svn.wordpress.org/trunk@27293


git-svn-id: https://core.svn.wordpress.org/trunk@27149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent a801d38f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1185,6 +1185,13 @@ class WP_Adjacent_Post {
	 */
	protected $adjacent = 'previous';

	/**
	 * Post taxonomy.
	 *
	 * @since 3.9.0
	 * @access protected
	 * @var string
	 */
	protected $taxonomy = 'category';

	/**