[wp-trac] Re: [WordPress Trac] #4800: Trackback function cleanup
WordPress Trac
wp-trac at lists.automattic.com
Thu Aug 23 03:57:37 GMT 2007
#4800: Trackback function cleanup
------------------------------+---------------------------------------------
Reporter: Otto42 | Owner: markjaquith
Type: enhancement | Status: assigned
Priority: lowest | Milestone: 2.3 (trunk)
Component: Optimization | Version: 2.3
Severity: trivial | Resolution:
Keywords: has-patch commit |
------------------------------+---------------------------------------------
Changes (by markjaquith):
* owner: anonymous => markjaquith
* status: new => assigned
Comment:
in comment-template.php you used {{{trackback_url()}}} to replace
{{{trackback_url(0)}}} -- that should be {{{get_trackback_url()}}}
Also, we should deprecate the echo/return switch for a version before we
remove it. Turn the variable into {{{$deprecated}}} and retain the
echo/return logic. We can mark it with {{{// remove backwards compat in
2.4 }}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4800#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list