Ticket #1847: strongbad.patch

File strongbad.patch, 2.3 KB (added by philor, 7 years ago)

patch

  • wp-content/themes/default/search.php

     
    2222                                        <?php the_excerpt() ?> 
    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> 
     25                                <p class="postmetadata">Posted in <?php the_category(', ') ?> <b>|</b> <?php edit_post_link('Edit','','<b>|</b>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p> 
    2626                        </div> 
    2727         
    2828                <?php endwhile; ?> 
  • wp-content/themes/default/index.php

     
    1414                                        <?php the_content('Read the rest of this entry &raquo;'); ?> 
    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> 
     17                                <p class="postmetadata">Posted in <?php the_category(', ') ?> <b>|</b> <?php edit_post_link('Edit','','<b>|</b>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p> 
    1818                        </div> 
    1919         
    2020                <?php endwhile; ?> 
  • wp-content/themes/default/archive.php

     
    4343                                        <?php the_excerpt() ?> 
    4444                                </div> 
    4545                 
    46                                 <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>  
     46                                <p class="postmetadata">Posted in <?php the_category(', ') ?> <b>|</b> <?php edit_post_link('Edit','','<b>|</b>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>  
    4747 
    4848                        </div> 
    4949