[wp-trac] [WordPress Trac] #8776: Depreciate all get_the_author_ and the_author_

WordPress Trac wp-trac at lists.automattic.com
Thu Jan 1 18:12:58 GMT 2009


#8776: Depreciate all get_the_author_ and the_author_
-------------------------+--------------------------------------------------
 Reporter:  thee17       |       Owner:  anonymous               
     Type:  enhancement  |      Status:  new                     
 Priority:  normal       |   Milestone:  2.8                     
Component:  Template     |     Version:  2.8                     
 Severity:  normal       |    Keywords:  needs-patch dev-feedback
-------------------------+--------------------------------------------------
 For example have one single function instead.


 {{{
 the_author_info('lastname')
 }}}


 and replace all current fuctions with:


 {{{
 function the_author_yim() {
         echo the_author_info('yim');
 }
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8776>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list