Skip to:
Content

bbPress.org

Ticket #2209: 2209.diff

File 2209.diff, 3.1 KB (added by netweb, 11 years ago)
  • bbPress/includes/admin/tools.php

    diff --git a/bbPress/includes/admin/tools.php b/bbPress/includes/admin/tools.php
    index 7135f41..1f28b5e 100644
    a b function bbp_admin_repair_list() { 
    161161                5  => array( 'bbp-sync-forum-meta',        __( 'Recalculate the parent forum for each post',          'bbpress' ), 'bbp_admin_repair_forum_meta'               ),
    162162                10 => array( 'bbp-sync-forum-visibility',  __( 'Recalculate private and hidden forums',               'bbpress' ), 'bbp_admin_repair_forum_visibility'         ),
    163163                15 => array( 'bbp-sync-all-topics-forums', __( 'Recalculate last activity in each topic and forum',   'bbpress' ), 'bbp_admin_repair_freshness'                ),
    164                 20 => array( 'bbp-sync-all-topics-sticky', __( 'Recalculate the sticky replationship of each topic',  'bbpress' ), 'bbp_admin_repair_sticky'                   ),
     164                20 => array( 'bbp-sync-all-topics-sticky', __( 'Recalculate the sticky relationship of each topic',   'bbpress' ), 'bbp_admin_repair_sticky'                   ),
    165165                25 => array( 'bbp-group-forums',           __( 'Repair BuddyPress Group Forum relationships',         'bbpress' ), 'bbp_admin_repair_group_forum_relationship' ),
    166166                30 => array( 'bbp-forum-topics',           __( 'Count topics in each forum',                          'bbpress' ), 'bbp_admin_repair_forum_topic_count'        ),
    167167                35 => array( 'bbp-forum-replies',          __( 'Count replies in each forum',                         'bbpress' ), 'bbp_admin_repair_forum_reply_count'        ),