Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/16/2011 05:38:18 PM (13 years ago)
Author:
djpaul
Message:

Standardise missing page/component link nag warnings.
Also fix nag not appearing for the activation/registration pages.
Fixes #3580

File:
1 edited

Legend:

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

    r5073 r5151  
    571571    // Static pages
    572572    $static_pages = array(
    573         'register' => __( 'Sign-up',    'buddypress' ),
    574         'activate' => __( 'Activation', 'buddypress' ),
     573        'register' => __( 'Register', 'buddypress' ),
     574        'activate' => __( 'Activate', 'buddypress' ),
    575575    ); ?>
    576576
Note: See TracChangeset for help on using the changeset viewer.