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/content-single-topic-lead.php

    r5688 r5689  
    88 */
    99
    10 ?>
    11 
    12 <?php do_action( 'bbp_template_before_lead_topic' ); ?>
     10do_action( 'bbp_template_before_lead_topic' ); ?>
    1311
    1412<ul id="bbp-topic-<?php bbp_topic_id(); ?>-lead" class="bbp-lead-topic">
     
    9694</ul><!-- #bbp-topic-<?php bbp_topic_id(); ?>-lead -->
    9795
    98 <?php do_action( 'bbp_template_after_lead_topic' ); ?>
     96<?php do_action( 'bbp_template_after_lead_topic' );
Note: See TracChangeset for help on using the changeset viewer.