Make WordPress Core

Changeset 32926


Ignore:
Timestamp:
06/24/2015 10:55:13 AM (9 years ago)
Author:
DrewAPicture
Message:

Document default values for optional arguments in edit_term_link().

See #32246.

File:
1 edited

Legend:

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

    r32925 r32926  
    945945 * @since 3.1.0
    946946 *
    947  * @param string $link   Optional. Anchor text.
    948  * @param string $before Optional. Display before edit link.
    949  * @param string $after  Optional. Display after edit link.
    950  * @param object $term   Term object.
     947 * @param string $link   Optional. Anchor text. Default empty.
     948 * @param string $before Optional. Display before edit link. Default empty.
     949 * @param string $after  Optional. Display after edit link. Default empty.
     950 * @param object $term   Optional. Term object. If null, the queried object will be inspected. Default null.
    951951 * @param bool   $echo   Optional. Whether or not to echo the return. Default true.
    952952 * @return string|void HTML content.
Note: See TracChangeset for help on using the changeset viewer.