Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/10/2010 08:42:42 PM (16 years ago)
Author:
apeatling
Message:

Shifted the filter select from the main activity page tab row onto a second row to accommodate the missing feed link (links will be altered on an upcoming commit). Added a mentions tab. Tweaked a couple of css styles and ID's for better re-use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/activity-loop.php

    r2284 r2287  
    2525<?php else : ?>
    2626    <div id="message" class="info">
    27         <p><?php _e( 'No activity found.', 'buddypress' ) ?></p>
     27        <p><?php _e( 'Sorry, there was no activity found. Please try a different filter.', 'buddypress' ) ?></p>
    2828    </div>
    2929<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.