Changeset 27292
- Timestamp:
- 02/26/2014 06:17:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r27291 r27292 1175 1175 * @var bool|WP_Post 1176 1176 */ 1177 protected $current_post 1177 protected $current_post = false; 1178 1178 1179 1179 /** … … 1184 1184 * @var string 1185 1185 */ 1186 protected $adjacent 1187 1188 protected $taxonomy 1186 protected $adjacent = 'previous'; 1187 1188 protected $taxonomy = 'category'; 1189 1189 1190 1190 /** … … 1195 1195 * @var string 1196 1196 */ 1197 protected $in_same_term 1197 protected $in_same_term = false; 1198 1198 1199 1199 /**
Note: See TracChangeset
for help on using the changeset viewer.