Make WordPress Core

Changeset 2417


Ignore:
Timestamp:
03/07/2005 09:07:40 AM (22 years ago)
Author:
matt
Message:

Remove needless RDF calls

Location:
trunk/wp-content/themes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/index.php

    r2294 r2417  
    1919            <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
    2020        </div>
    21        
    22         <!--
    23         <?php trackback_rdf(); ?>
    24         -->
    2521
    2622</div>
  • trunk/wp-content/themes/default/archive.php

    r2040 r2417  
    4545               
    4646                                <p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
    47                                
    48                                 <!--
    49                                 <?php trackback_rdf(); ?>
    50                                 -->
     47
    5148                        </div>
    5249       
  • trunk/wp-content/themes/default/index.php

    r2390 r2417  
    1515                                </div>
    1616               
    17                                 <p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
    18                                
    19                                 <!--
    20                                 <?php trackback_rdf(); ?>
    21                                 -->
     17                                <p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
    2218                        </div>
    2319       
  • trunk/wp-content/themes/default/search.php

    r2040 r2417  
    2323                                </div>
    2424               
    25                                 <p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
    26                                
    27                                 <!--
    28                                 <?php trackback_rdf(); ?>
    29                                 -->
     25                                <p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
    3026                        </div>
    3127       
Note: See TracChangeset for help on using the changeset viewer.