Make WordPress Core

Changeset 32925


Ignore:
Timestamp:
06/24/2015 10:52:32 AM (10 years ago)
Author:
DrewAPicture
Message:

Add missing documentation for the $echo parameter in the DocBlock for edit_term_link().

Props tmatsuur.
Fixes #32776.

File:
1 edited

Legend:

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

    r32874 r32925  
    949949 * @param string $after  Optional. Display after edit link.
    950950 * @param object $term   Term object.
     951 * @param bool   $echo   Optional. Whether or not to echo the return. Default true.
    951952 * @return string|void HTML content.
    952953 */
Note: See TracChangeset for help on using the changeset viewer.