Remove now-moot vanity spacing for `WP_Adjacent_Post` property definitions.

See #26937.

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


git-svn-id: http://core.svn.wordpress.org/trunk@27148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-02-26 18:18:14 +00:00
parent cf4131f7ad
commit c78763a761
1 changed files with 4 additions and 4 deletions

View File

@ -1174,7 +1174,7 @@ class WP_Adjacent_Post {
* @access protected * @access protected
* @var bool|WP_Post * @var bool|WP_Post
*/ */
protected $current_post = false; protected $current_post = false;
/** /**
* 'previous' or 'next' type of adjacent post. * 'previous' or 'next' type of adjacent post.
@ -1183,9 +1183,9 @@ class WP_Adjacent_Post {
* @access protected * @access protected
* @var string * @var string
*/ */
protected $adjacent = 'previous'; protected $adjacent = 'previous';
protected $taxonomy = 'category'; protected $taxonomy = 'category';
/** /**
* Whether the post should be in a same taxonomy term. * Whether the post should be in a same taxonomy term.
@ -1194,7 +1194,7 @@ class WP_Adjacent_Post {
* @access protected * @access protected
* @var string * @var string
*/ */
protected $in_same_term = false; protected $in_same_term = false;
/** /**
* Excluded term IDs. * Excluded term IDs.