mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user