Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/19/2015 04:45:02 PM (10 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-forums.php

    r5688 r5689  
    88 */
    99
    10 ?>
    11 
    12 <?php do_action( 'bbp_template_before_forums_loop' ); ?>
     10do_action( 'bbp_template_before_forums_loop' ); ?>
    1311
    1412<ul id="forums-list-<?php bbp_forum_id(); ?>" class="bbp-forums">
     
    4846</ul><!-- .forums-directory -->
    4947
    50 <?php do_action( 'bbp_template_after_forums_loop' ); ?>
     48<?php do_action( 'bbp_template_after_forums_loop' );
Note: See TracChangeset for help on using the changeset viewer.