Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/19/2015 04:45:02 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Templates: Micro-optimizations:

  • Remove trailing ?> tag in some template parts
  • Remove preceding ?> <?php in some template parts, after phpdoc header
  • Remove whitespace where superfluous
  • Reduce number of indentations in some template parts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/loop-single-reply.php

    r5688 r5689  
    1111
    1212<div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header">
    13 
    1413    <div class="bbp-meta">
    15 
    1614        <span class="bbp-reply-post-date"><?php bbp_reply_post_date(); ?></span>
    1715
     
    3432
    3533    </div><!-- .bbp-meta -->
    36 
    3734</div><!-- #post-<?php bbp_reply_id(); ?> -->
    3835
    3936<div <?php bbp_reply_class(); ?>>
    40 
    4137    <div class="bbp-reply-author">
    4238
     
    6864
    6965    </div><!-- .bbp-reply-content -->
    70 
    7166</div><!-- .reply -->
Note: See TracChangeset for help on using the changeset viewer.