Changeset 3459
- Timestamp:
- 08/26/2011 10:05:08 PM (14 years ago)
- Location:
- branches/plugin/bbp-themes/bbp-twentyten
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-reply.php
r3455 r3459 73 73 <p> 74 74 <label for="bbp_topic_tags"><?php _e( 'Tags:', 'bbpress' ); ?></label><br /> 75 <input type="text" value="<?php bbp_form_topic_tags(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_topic_tags" id="bbp_topic_tags" <?php if ( bbp_is_topic_spam() ) : ?>disabled="disabled"<?php endif; ?> />75 <input type="text" value="<?php bbp_form_topic_tags(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_topic_tags" id="bbp_topic_tags" <?php disabled( bbp_is_topic_spam() ); ?> /> 76 76 </p> 77 77 -
branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-topic.php
r3455 r3459 99 99 <p> 100 100 <label for="bbp_topic_tags"><?php _e( 'Topic Tags:', 'bbpress' ); ?></label><br /> 101 <input type="text" value="<?php bbp_form_topic_tags(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_topic_tags" id="bbp_topic_tags" <?php if ( bbp_is_topic_spam() ) : ?>disabled="disabled"<?php endif; ?> />101 <input type="text" value="<?php bbp_form_topic_tags(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_topic_tags" id="bbp_topic_tags" <?php disabled( bbp_is_topic_spam() ); ?> /> 102 102 </p> 103 103 -
branches/plugin/bbp-themes/bbp-twentyten/single-reply-edit.php
r3331 r3459 21 21 <div class="entry-content"> 22 22 23 <?php bbp_breadcrumb(); ?>24 25 23 <?php bbp_get_template_part( 'bbpress/form', 'reply' ); ?> 26 24
Note: See TracChangeset
for help on using the changeset viewer.