#1437 closed defect (bug) (fixed)
wp_get_links does not properly return on echo=0
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5.1.1 |
Component: | General | Keywords: | wp_get_links echo return |
Focuses: | Cc: |
Description
When passing wp_get_links() the argument 'echo=0', nothing is returned. Need to return the get_links() line at the end of the wp_get_links function.
Change History (5)
This ticket was mentioned in Slack in #core-coding-standards by jrf. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
(In [2656]) Return output of get_links() when calling from wp_get_links(). Props: Kafkaesqui fixes #1437