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

git-svn-id: https://develop.svn.wordpress.org/trunk@14070 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse
2010-04-11 10:41:54 +00:00
parent 9913b7d208
commit 491063c698
24 changed files with 113 additions and 113 deletions
+1 -1
View File
@@ -728,7 +728,7 @@ function get_trackback_url() {
*/
function trackback_url( $deprecated_echo = true ) {
if ( $deprecated_echo !== true )
_deprecated_argument( __FUNCTION__, '2.5', __('Use get_trackback_url() instead if you do not want the value echoed.') );
_deprecated_argument( __FUNCTION__, '2.5', __('Use <code>get_trackback_url()</code> instead if you do not want the value echoed.') );
if ( $deprecated_echo )
echo get_trackback_url();
else