]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/deprecated.php
Wordpress 3.0.1
[autoinstalls/wordpress.git] / wp-includes / deprecated.php
index 77c3e1dfe60a2a44b4a1187d7dd37ce52d3f2e09..c32a288c707bdb5d608ede75811831e8060436da 100644 (file)
@@ -2501,19 +2501,6 @@ function funky_javascript_fix($text) {
        return $text;
 }
 
-/**
- * Generates and displays the RDF for the trackback information of current post.
- *
- * @since 0.71
- * @deprecated 3.0.0
- *
- * @param int $deprecated Not used (Was $timezone = 0)
- */
-function trackback_rdf($deprecated = '') {
-       _deprecated_function( __FUNCTION__, '3.0' );
-       return '';
-}
-
 /**
  * Checks that the taxonomy name exists.
  *