Ticket #4323 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

wp_list_authors() lacks the ability to return instead of echo

Reported by: markjaquith Assigned to: markjaquith
Priority: low Milestone: 2.3
Component: Administration Version: 2.2
Severity: normal Keywords:
Cc:

Description

Would be nice if you could get it to return instead of always echo.

Working on a patch.

Attachments

wp_list_authors.diff (1.4 kB) - added by markjaquith on 05/23/07 20:20:13.
patch for trunk

Change History

05/23/07 20:20:13 changed by markjaquith

  • attachment wp_list_authors.diff added.

patch for trunk

05/24/07 00:31:15 changed by rob1n

See #3567

06/01/07 05:43:24 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

(In [5624]) Allow wp_list_authors() to optionally return. fixes #4323. see #3567.