[wp-trac] Re: [WordPress Trac] #4420: Standardize wp_list_authors
like the other wp_list_* functions
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 27 20:27:54 GMT 2008
#4420: Standardize wp_list_authors like the other wp_list_* functions
-------------------------------------+--------------------------------------
Reporter: johannesries | Owner: anonymous
Type: enhancement | Status: new
Priority: lowest | Milestone: 2.8
Component: Template | Version: 2.3
Severity: normal | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------------------
Changes (by jacobsantos):
* keywords: needs-patch => has-patch needs-testing
Comment:
Needs serious testing to ensure it still works.
If you want:
{{{<meta name="author" content="Name 1, Name 2, Name 3" />}}}
Then you would use this code snippet:
{{{
#!php
<meta name="author" content="<?php wp_list_authors('html=false;
style=string'); ?>" />
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4420#comment:13>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list