Changeset 27296
- Timestamp:
- 02/26/2014 06:45:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r27293 r27296 1263 1263 $this->excluded_terms = array_map( 'intval', $args['excluded_terms'] ); 1264 1264 $this->adjacent = $args['previous'] ? 'previous' : 'next'; 1265 $this->taxonomy = $args['taxonomy']; 1265 1266 $this->in_same_term = (bool) $args['in_same_term']; 1266 1267
Note: See TracChangeset
for help on using the changeset viewer.