mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Remove needless RDF calls
git-svn-id: http://svn.automattic.com/wordpress/trunk@2417 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
568d440bf4
commit
0459dc002a
@ -19,10 +19,6 @@ get_header();
|
||||
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<?php trackback_rdf(); ?>
|
||||
-->
|
||||
|
||||
</div>
|
||||
|
||||
<?php comments_template(); // Get wp-comments.php template ?>
|
||||
|
@ -45,9 +45,6 @@
|
||||
|
||||
<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
|
||||
|
||||
<!--
|
||||
<?php trackback_rdf(); ?>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
@ -15,10 +15,6 @@
|
||||
</div>
|
||||
|
||||
<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
|
||||
|
||||
<!--
|
||||
<?php trackback_rdf(); ?>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
@ -23,10 +23,6 @@
|
||||
</div>
|
||||
|
||||
<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
|
||||
|
||||
<!--
|
||||
<?php trackback_rdf(); ?>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
Loading…
Reference in New Issue
Block a user