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-reply.php

    r5688 r5689  
    1111
    1212<div class="bbp-reply-header">
    13 
    1413    <div class="bbp-meta">
    15 
    1614        <span class="bbp-reply-post-date"><?php bbp_reply_post_date(); ?></span>
    17 
    1815        <a href="<?php bbp_reply_url(); ?>" class="bbp-reply-permalink">#<?php bbp_reply_id(); ?></a>
    19 
    2016    </div><!-- .bbp-meta -->
    2117
    2218    <div class="bbp-reply-title">
    23 
    2419        <h3><?php esc_html_e( 'In reply to: ', 'bbpress' ); ?>
    2520        <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a></h3>
    26 
    2721    </div><!-- .bbp-reply-title -->
    28 
    2922</div><!-- .bbp-reply-header -->
    3023
    3124<div id="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>>
    32 
    3325    <div class="bbp-reply-author">
    3426
     
    6052
    6153    </div><!-- .bbp-reply-content -->
    62 
    6354</div><!-- #post-<?php bbp_reply_id(); ?> -->
    6455
Note: See TracChangeset for help on using the changeset viewer.