Make WordPress Core

Changeset 27235


Ignore:
Timestamp:
02/22/2014 10:27:04 PM (11 years ago)
Author:
DrewAPicture
Message:

Correct PHPDoc return description for get_boundary_post().

Props ericlewis.
Fixes #22950.

File:
1 edited

Legend:

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

    r27189 r27235  
    13131313 * @param bool         $start          Optional. Whether to retrieve first or last post.
    13141314 * @param string       $taxonomy       Optional. Taxonomy, if $in_same_term is true. Default 'category'.
    1315  * @return object
     1315 * @return mixed Array containing the boundary post object if successful, null otherwise.
    13161316 */
    13171317function get_boundary_post( $in_same_term = false, $excluded_terms = '', $start = true, $taxonomy = 'category' ) {
Note: See TracChangeset for help on using the changeset viewer.