Changeset 27235
- Timestamp:
- 02/22/2014 10:27:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r27189 r27235 1313 1313 * @param bool $start Optional. Whether to retrieve first or last post. 1314 1314 * @param string $taxonomy Optional. Taxonomy, if $in_same_term is true. Default 'category'. 1315 * @return object1315 * @return mixed Array containing the boundary post object if successful, null otherwise. 1316 1316 */ 1317 1317 function get_boundary_post( $in_same_term = false, $excluded_terms = '', $start = true, $taxonomy = 'category' ) {
Note: See TracChangeset
for help on using the changeset viewer.