Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/22/2011 08:51:02 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Remove superfluous h2 tags. Props ramly. Fixes #1529.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-topic.php

    r3127 r3202  
    141141
    142142        <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic">
    143             <h2 class="entry-title"><?php _e( 'Sorry!', 'bbpress' ); ?></h2>
    144143            <div class="bbp-template-notice">
    145144                <p><?php _e( 'This forum is closed to new topics.', 'bbpress' ); ?></p>
     
    152151
    153152    <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic">
    154         <h2 class="entry-title"><?php _e( 'Sorry!', 'bbpress' ); ?></h2>
    155153        <div class="bbp-template-notice">
    156154            <p><?php is_user_logged_in() ? _e( 'You cannot create new topics at this time.', 'bbpress' ) : _e( 'You must be logged in to create new topics.', 'bbpress' ); ?></p>
     
    158156    </div>
    159157
    160 
    161158<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.