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/comment-template.php

    r14067 r14070  
    729729function trackback_url( $deprecated_echo = true ) {
    730730    if ( $deprecated_echo !== true )
    731         _deprecated_argument( __FUNCTION__, '2.5', __('Use get_trackback_url() instead if you do not want the value echoed.') );
     731        _deprecated_argument( __FUNCTION__, '2.5', __('Use <code>get_trackback_url()</code> instead if you do not want the value echoed.') );
    732732    if ( $deprecated_echo )
    733733        echo get_trackback_url();
Note: See TracChangeset for help on using the changeset viewer.