Changeset 5940
- Timestamp:
- 10/16/2015 01:30:09 PM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
-
includes/admin/tools.php (modified) (1 diff)
-
templates/default/bbpress/loop-search-forum.php (modified) (1 diff)
-
templates/default/bbpress/loop-search-topic.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools.php
r5916 r5940 2215 2215 // Stores messages 2216 2216 $messages = array(); 2217 $failed = __( 'Failed ', 'bbpress' );2217 $failed = __( 'Failed!', 'bbpress' ); 2218 2218 $success = __( 'Success!', 'bbpress' ); 2219 2219 -
trunk/src/templates/default/bbpress/loop-search-forum.php
r5689 r5940 20 20 <?php do_action( 'bbp_theme_before_forum_title' ); ?> 21 21 22 <h3><?php esc_html_e( 'Forum: ', 'bbpress' ); ?><a href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a></h3> 22 <h3><?php esc_html_e( 'Forum:', 'bbpress' ); ?> 23 <a href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a></h3> 23 24 24 25 <?php do_action( 'bbp_theme_after_forum_title' ); ?> -
trunk/src/templates/default/bbpress/loop-search-topic.php
r5689 r5940 20 20 <?php do_action( 'bbp_theme_before_topic_title' ); ?> 21 21 22 <h3><?php esc_html_e( 'Topic: ', 'bbpress' ); ?>22 <h3><?php esc_html_e( 'Topic:', 'bbpress' ); ?> 23 23 <a href="<?php bbp_topic_permalink(); ?>"><?php bbp_topic_title(); ?></a></h3> 24 24
Note: See TracChangeset
for help on using the changeset viewer.