mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Remove now-moot vanity spacing for WP_Adjacent_Post property definitions.
See #26937. git-svn-id: https://develop.svn.wordpress.org/trunk@27292 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1174,7 +1174,7 @@ class WP_Adjacent_Post {
|
||||
* @access protected
|
||||
* @var bool|WP_Post
|
||||
*/
|
||||
protected $current_post = false;
|
||||
protected $current_post = false;
|
||||
|
||||
/**
|
||||
* 'previous' or 'next' type of adjacent post.
|
||||
@@ -1183,9 +1183,9 @@ class WP_Adjacent_Post {
|
||||
* @access protected
|
||||
* @var string
|
||||
*/
|
||||
protected $adjacent = 'previous';
|
||||
protected $adjacent = 'previous';
|
||||
|
||||
protected $taxonomy = 'category';
|
||||
protected $taxonomy = 'category';
|
||||
|
||||
/**
|
||||
* Whether the post should be in a same taxonomy term.
|
||||
@@ -1194,7 +1194,7 @@ class WP_Adjacent_Post {
|
||||
* @access protected
|
||||
* @var string
|
||||
*/
|
||||
protected $in_same_term = false;
|
||||
protected $in_same_term = false;
|
||||
|
||||
/**
|
||||
* Excluded term IDs.
|
||||
|
||||
Reference in New Issue
Block a user