Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/19/2011 01:48:06 PM (14 years ago)
Author:
boonebgorges
Message:

Removes 'deactivated' gloss from Pages dashboard panel, since deactivated components will never show up on that page after r4290. Removes the 'orphaned WP pages' admin notice, which cannot (and need not) be repaired after r4290. Fixes #3474

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-admin.php

    r5002 r5015  
    500500                <tr valign="top">
    501501                    <th scope="row">
    502                         <label for="bp_pages[<?php echo esc_attr( $name ) ?>]"><?php echo esc_html( $label ) ?><?php if ( !bp_is_active( $name ) ) : ?> <span class="description">(deactivated)</span><?php endif ?></label>
     502                        <label for="bp_pages[<?php echo esc_attr( $name ) ?>]"><?php echo esc_html( $label ) ?></label>
    503503                    </th>
    504504
Note: See TracChangeset for help on using the changeset viewer.