Ticket #22950: 22950.diff
File 22950.diff, 747 bytes (added by , 11 years ago) |
---|
-
wp-includes/link-template.php
1312 1312 * @param array|string $excluded_terms Optional. Array or comma-separated list of excluded term IDs. 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 array Array including the boundary post object. 1316 1316 */ 1317 1317 function get_boundary_post( $in_same_term = false, $excluded_terms = '', $start = true, $taxonomy = 'category' ) { 1318 1318 $post = get_post();