Ticket #6117: bp-legacy.patch
File bp-legacy.patch, 1.7 KB (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/blogs/index.php
1 1 <?php do_action( 'bp_before_directory_blogs' ); ?> 2 2 3 3 <div id="buddypress"> 4 <form action="" method="post" id="blogs-directory-form" class="dir-form">4 5 5 6 6 <?php do_action( 'bp_before_directory_blogs_content' ); ?> 7 7 … … 10 10 <?php bp_directory_blogs_search_form(); ?> 11 11 12 12 </div><!-- #blog-dir-search --> 13 13 14 <form action="" method="post" id="blogs-directory-form" class="dir-form"> 14 15 <div class="item-list-tabs" role="navigation"> 15 16 <ul> 16 17 <li class="selected" id="blogs-all"><a href="<?php bp_root_domain(); ?>/<?php bp_blogs_root_slug(); ?>"><?php printf( __( 'All Sites <span>%s</span>', 'buddypress' ), bp_get_total_blog_count() ); ?></a></li> -
src/bp-templates/bp-legacy/buddypress/forums/index.php
1 1 <div id="buddypress"> 2 2 3 3 <?php do_action( 'bp_before_directory_forums' ); ?> 4 4 5 5 <form action="" method="post" id="forums-search-form" class="dir-form">6 7 6 <?php do_action( 'bp_before_directory_forums_content' ); ?> 8 7 9 8 <div id="forums-dir-search" class="dir-search" role="search"> … … 11 10 <?php bp_directory_forums_search_form(); ?> 12 11 13 12 </div> 14 </form>15 13 16 14 <?php do_action( 'bp_before_topics' ); ?> 17 15