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-search-forum.php

    r5688 r5689  
    1111
    1212<div class="bbp-forum-header">
    13 
    1413    <div class="bbp-meta">
    15 
    1614        <span class="bbp-forum-post-date"><?php printf( esc_html__( 'Last updated %s', 'bbpress' ), bbp_get_forum_last_active_time() ); ?></span>
    17 
    1815        <a href="<?php bbp_forum_permalink(); ?>" class="bbp-forum-permalink">#<?php bbp_forum_id(); ?></a>
    19 
    2016    </div><!-- .bbp-meta -->
    2117
     
    2925
    3026    </div><!-- .bbp-forum-title -->
    31 
    3227</div><!-- .bbp-forum-header -->
    3328
    3429<div id="post-<?php bbp_forum_id(); ?>" <?php bbp_forum_class(); ?>>
    35 
    3630    <div class="bbp-forum-content">
    3731
     
    4337
    4438    </div><!-- .bbp-forum-content -->
    45 
    4639</div><!-- #post-<?php bbp_forum_id(); ?> -->
Note: See TracChangeset for help on using the changeset viewer.