Changeset 10438
- Timestamp:
- 01/05/2016 10:22:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-tools.php
r10432 r10438 23 23 24 24 <p> 25 <?php esc_html_e( 'BuddyPress keeps track of various relationships between users, groups, and activity items. Occasionally these relationships become out of sync, most often after an import, update, or migration.', 'buddypress' ); ?>25 <?php esc_html_e( 'BuddyPress keeps track of various relationships between members, groups, and activity items. Occasionally these relationships become out of sync, most often after an import, update, or migration.', 'buddypress' ); ?> 26 26 <?php esc_html_e( 'Use the tools below to manually recalculate these relationships.', 'buddypress' ); ?> 27 27 </p> … … 32 32 <tbody> 33 33 <tr valign="top"> 34 <th scope="row"><?php esc_html_e( ' Data to Repair:', 'buddypress' ) ?></th>34 <th scope="row"><?php esc_html_e( 'Repair tools', 'buddypress' ) ?></th> 35 35 <td> 36 36 <fieldset> … … 106 106 $repair_list[20] = array( 107 107 'bp-total-member-count', 108 __( ' Count total members', 'buddypress' ),108 __( 'Repair total members count.', 'buddypress' ), 109 109 'bp_admin_repair_count_members', 110 110 ); … … 112 112 $repair_list[25] = array( 113 113 'bp-last-activity', 114 __( 'Repair user "last activity" data', 'buddypress' ),114 __( 'Repair member "last activity" data.', 'buddypress' ), 115 115 'bp_admin_repair_last_activity', 116 116 ); … … 121 121 $repair_list[0] = array( 122 122 'bp-user-friends', 123 __( ' Count friends for each user', 'buddypress' ),123 __( 'Repair total friends count for each member.', 'buddypress' ), 124 124 'bp_admin_repair_friend_count', 125 125 ); … … 131 131 $repair_list[10] = array( 132 132 'bp-group-count', 133 __( ' Count groups for each user', 'buddypress' ),133 __( 'Repair total groups count for each member.', 'buddypress' ), 134 134 'bp_admin_repair_group_count', 135 135 ); … … 141 141 $repair_list[90] = array( 142 142 'bp-blog-records', 143 __( 'Repopulate blogs records', 'buddypress' ),143 __( 'Repopulate site tracking records.', 'buddypress' ), 144 144 'bp_admin_repair_blog_records', 145 145 );
Note: See TracChangeset
for help on using the changeset viewer.