Changeset 14070 for trunk/wp-includes/author-template.php
- Timestamp:
- 04/11/2010 10:41:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r14028 r14070 53 53 _deprecated_argument( __FUNCTION__, '2.1' ); 54 54 if ( $deprecated_echo !== true ) 55 _deprecated_argument( __FUNCTION__, '1.5', __('Use get_the_author()instead if you do not want the value echoed.') );55 _deprecated_argument( __FUNCTION__, '1.5', __('Use <code>get_the_author()</code> instead if you do not want the value echoed.') ); 56 56 if ( $deprecated_echo ) 57 57 echo get_the_author();
Note: See TracChangeset
for help on using the changeset viewer.