s/2.4/2.5/. Props ffemtcj. fixes #5810

git-svn-id: https://develop.svn.wordpress.org/trunk@6777 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-10 07:59:34 +00:00
parent 45ded6c49a
commit d99739dac9
8 changed files with 15 additions and 15 deletions

View File

@@ -524,7 +524,7 @@ function get_trackback_url() {
* @since 0.71
* @uses get_trackback_url() Gets the trackback url for the current post
*
* @param bool $deprecated Remove backwards compat in 2.4
* @param bool $deprecated Remove backwards compat in 2.5
* @return void|string Should only be used to echo the trackback URL, use get_trackback_url() for the result instead.
*/
function trackback_url($deprecated = true) {