Changeset 8217
- Timestamp:
- 03/30/2014 11:10:49 PM (11 years ago)
- Location:
- trunk/bp-members
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/admin/bp-members-classes.php
r8198 r8217 127 127 'username' => __( 'Username', 'buddypress' ), 128 128 'name' => __( 'Name', 'buddypress' ), 129 'email' => __( 'E -mail', 'buddypress' ),129 'email' => __( 'Email', 'buddypress' ), 130 130 'registered' => __( 'Registered', 'buddypress' ), 131 131 'date_sent' => __( 'Last Sent', 'buddypress' ), … … 445 445 'username' => __( 'Username', 'buddypress' ), 446 446 'name' => __( 'Name', 'buddypress' ), 447 'email' => __( 'E -mail', 'buddypress' ),447 'email' => __( 'Email', 'buddypress' ), 448 448 'registered' => __( 'Registered', 'buddypress' ), 449 449 'date_sent' => __( 'Last Sent', 'buddypress' ), -
trunk/bp-members/bp-members-admin.php
r8197 r8217 929 929 '<p>' . __( 'This is the admininistration screen for pending accounts on your site.', 'buddypress' ) . '</p>' . 930 930 '<p>' . __( 'From the screen options, you can customize the displayed columns and the pagination of this screen.', 'buddypress' ) . '</p>' . 931 '<p>' . __( 'You can reorder the list of your pending accounts by clicking on the Username, E -mail or Registered column headers.', 'buddypress' ) . '</p>' .932 '<p>' . __( 'Using the search form, you can find pending accounts more easily. The Username and E -mail fields will be included in the search.', 'buddypress' ) . '</p>'931 '<p>' . __( 'You can reorder the list of your pending accounts by clicking on the Username, Email or Registered column headers.', 'buddypress' ) . '</p>' . 932 '<p>' . __( 'Using the search form, you can find pending accounts more easily. The Username and Email fields will be included in the search.', 'buddypress' ) . '</p>' 933 933 ) ); 934 934
Note: See TracChangeset
for help on using the changeset viewer.