Ticket #1847: strongbad.patch
| File strongbad.patch, 2.3 KB (added by philor, 7 years ago) |
|---|
-
wp-content/themes/default/search.php
22 22 <?php the_excerpt() ?> 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>25 <p class="postmetadata">Posted in <?php the_category(', ') ?> <b>|</b> <?php edit_post_link('Edit','','<b>|</b>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> 26 26 </div> 27 27 28 28 <?php endwhile; ?> -
wp-content/themes/default/index.php
14 14 <?php the_content('Read the rest of this entry »'); ?> 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>17 <p class="postmetadata">Posted in <?php the_category(', ') ?> <b>|</b> <?php edit_post_link('Edit','','<b>|</b>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> 18 18 </div> 19 19 20 20 <?php endwhile; ?> -
wp-content/themes/default/archive.php
43 43 <?php the_excerpt() ?> 44 44 </div> 45 45 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>46 <p class="postmetadata">Posted in <?php the_category(', ') ?> <b>|</b> <?php edit_post_link('Edit','','<b>|</b>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> 47 47 48 48 </div> 49 49
