Changeset 7049
- Timestamp:
- 12/15/2019 11:09:41 AM (5 years ago)
- Location:
- branches/2.6/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/bbpress.php
r7047 r7049 616 616 'source' => 'bbpress' 617 617 ) ) 618 618 ); 619 619 620 620 // Orphan … … 768 768 'sanitize_callback' => 'bbp_number_not_negative', 769 769 770 770 // All users may update count meta data 771 771 'auth_callback' => '__return_true' 772 772 ); -
branches/2.6/src/includes/admin/classes/class-bbp-topic-replies-list-table.php
r6770 r7049 138 138 * @since 2.6.0 bbPress (r5886) 139 139 */ 140 140 public function column_bbp_reply_content( $item = '' ) { 141 141 142 142 // Define actions array -
branches/2.6/src/templates/default/bbpress/content-search.php
r6258 r7049 23 23 <?php if ( bbp_has_search_results() ) : ?> 24 24 25 25 <?php bbp_get_template_part( 'pagination', 'search' ); ?> 26 26 27 27 <?php bbp_get_template_part( 'loop', 'search' ); ?> 28 28 29 29 <?php bbp_get_template_part( 'pagination', 'search' ); ?> 30 30 31 31 <?php elseif ( bbp_get_search_terms() ) : ?> 32 32 33 33 <?php bbp_get_template_part( 'feedback', 'no-search' ); ?> 34 34 35 35 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.