Ticket #7216: 7216-activity-streams.patch
File 7216-activity-streams.patch, 1.1 KB (added by , 9 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/activity/activity-loop.php
17 17 18 18 <?php if ( empty( $_POST['page'] ) ) : ?> 19 19 20 <h2 class="bp-screen-reader-text"><?php _e( 'Activities list', 'buddypress' ); ?></h2> 20 21 <ul id="activity-stream" class="activity-list item-list"> 21 22 22 23 <?php endif; ?> -
src/bp-templates/bp-legacy/buddypress/activity/post-form.php
8 8 9 9 ?> 10 10 11 <h2 class="bp-screen-reader-text"><?php _e( 'Post update form', 'buddypress' ); ?></h2> 11 12 <form action="<?php bp_activity_post_form_action(); ?>" method="post" id="whats-new-form" name="whats-new-form" role="complementary"> 12 13 13 14 <?php