Make WordPress Core


Ignore:
Timestamp:
04/11/2010 10:41:54 AM (15 years ago)
Author:
dd32
Message:

Tweak new strings for better typography. Props demetris. Fixes #12962

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/author-template.php

    r14028 r14070  
    5353        _deprecated_argument( __FUNCTION__, '2.1' );
    5454    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.') );
    5656    if ( $deprecated_echo )
    5757        echo get_the_author();
Note: See TracChangeset for help on using the changeset viewer.