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
@ -18,10 +18,6 @@ get_header();
|
|||||||
<?php wp_link_pages(); ?>
|
<?php wp_link_pages(); ?>
|
||||||
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
|
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--
|
|
||||||
<?php trackback_rdf(); ?>
|
|
||||||
-->
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -44,10 +44,7 @@
|
|||||||
</div>
|
</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>
|
<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>
|
</div>
|
||||||
|
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
|
@ -14,11 +14,7 @@
|
|||||||
<?php the_content('Read the rest of this entry »'); ?>
|
<?php the_content('Read the rest of this entry »'); ?>
|
||||||
</div>
|
</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>
|
<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>
|
</div>
|
||||||
|
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
|
@ -22,11 +22,7 @@
|
|||||||
<?php the_excerpt() ?>
|
<?php the_excerpt() ?>
|
||||||
</div>
|
</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>
|
<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>
|
</div>
|
||||||
|
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user