Make WordPress Core

Changeset 27292


Ignore:
Timestamp:
02/26/2014 06:17:36 PM (13 years ago)
Author:
DrewAPicture
Message:

Remove now-moot vanity spacing for WP_Adjacent_Post property definitions.

See #26937.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r27291 r27292  
    11751175         * @var bool|WP_Post
    11761176         */
    1177         protected $current_post   = false;
     1177        protected $current_post = false;
    11781178
    11791179        /**
     
    11841184         * @var string
    11851185         */
    1186         protected $adjacent       = 'previous';
    1187 
    1188         protected $taxonomy       = 'category';
     1186        protected $adjacent = 'previous';
     1187
     1188        protected $taxonomy = 'category';
    11891189
    11901190        /**
     
    11951195         * @var string
    11961196         */
    1197         protected $in_same_term   = false;
     1197        protected $in_same_term = false;
    11981198
    11991199        /**
Note: See TracChangeset for help on using the changeset viewer.