Skip to:
Content

BuddyPress.org

Ticket #7216: 7216-activity-streams.patch

File 7216-activity-streams.patch, 1.1 KB (added by mercime, 9 years ago)

Activity headings for Sitewide, Group, Member streams

  • src/bp-templates/bp-legacy/buddypress/activity/activity-loop.php

     
    1717
    1818        <?php if ( empty( $_POST['page'] ) ) : ?>
    1919
     20                <h2 class="bp-screen-reader-text"><?php _e( 'Activities list', 'buddypress' ); ?></h2>
    2021                <ul id="activity-stream" class="activity-list item-list">
    2122
    2223        <?php endif; ?>
  • src/bp-templates/bp-legacy/buddypress/activity/post-form.php

     
    88
    99?>
    1010
     11<h2 class="bp-screen-reader-text"><?php _e( 'Post update form', 'buddypress' ); ?></h2>
    1112<form action="<?php bp_activity_post_form_action(); ?>" method="post" id="whats-new-form" name="whats-new-form" role="complementary">
    1213
    1314        <?php