Changeset 3232 for trunk/bp-core/admin/bp-core-upgrade.php
- Timestamp:
- 09/06/2010 04:24:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-upgrade.php
r2881 r3232 236 236 </div> 237 237 238 239 <?php if ( bp_core_is_multisite() ) : ?> 238 240 <div class="component"> 239 241 <h5><?php _e( "Blog Tracking", 'buddypress' ) ?></h5> … … 245 247 246 248 <img src="<?php echo plugins_url( 'buddypress/screenshot-7.gif' ) ?>" alt="Activity Streams" /> 247 <p><?php _e( "Track new blogs, new posts and new comments across your entire blog network.", 'buddypress' ) ?></p>249 <p><?php _e( "Track new blogs, new posts and new comments across your entire blog network.", 'buddypress' ) ?></p> 248 250 </div> 251 <?php endif; ?> 249 252 </div> 250 253
Note: See TracChangeset
for help on using the changeset viewer.