Changeset 2417
- Timestamp:
- 03/07/2005 09:07:40 AM (20 years ago)
- Location:
- trunk/wp-content/themes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/index.php
r2294 r2417 19 19 <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?> 20 20 </div> 21 22 <!--23 <?php trackback_rdf(); ?>24 -->25 21 26 22 </div> -
trunk/wp-content/themes/default/archive.php
r2040 r2417 45 45 46 46 <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> 47 48 <!-- 49 <?php trackback_rdf(); ?> 50 --> 47 51 48 </div> 52 49 -
trunk/wp-content/themes/default/index.php
r2390 r2417 15 15 </div> 16 16 17 <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> 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 »', '1 Comment »', '% Comments »'); ?></p> 22 18 </div> 23 19 -
trunk/wp-content/themes/default/search.php
r2040 r2417 23 23 </div> 24 24 25 <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> 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 »', '1 Comment »', '% Comments »'); ?></p> 30 26 </div> 31 27
Note: See TracChangeset
for help on using the changeset viewer.