Changeset 5963
- Timestamp:
- 12/18/2015 10:57:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools.php
r5960 r5963 487 487 'description' => __( 'Recalculate parent topic for each reply', 'bbpress' ), 488 488 'callback' => 'bbp_admin_repair_topic_meta', 489 'priority' => 0,489 'priority' => 5, 490 490 'overhead' => esc_html__( 'Low', 'bbpress' ), 491 491 'components' => array( bbp_get_reply_post_type() ) … … 497 497 'description' => __( 'Recalculate parent forum for each topic and reply', 'bbpress' ), 498 498 'callback' => 'bbp_admin_repair_forum_meta', 499 'priority' => 5,499 'priority' => 10, 500 500 'overhead' => esc_html__( 'Low', 'bbpress' ), 501 501 'components' => array( bbp_get_topic_post_type(), bbp_get_reply_post_type() ) … … 507 507 'description' => __( 'Recalculate private and hidden forums', 'bbpress' ), 508 508 'callback' => 'bbp_admin_repair_forum_visibility', 509 'priority' => 1 0,509 'priority' => 15, 510 510 'overhead' => esc_html__( 'Low', 'bbpress' ), 511 511 'components' => array( bbp_get_forum_post_type() ) … … 517 517 'description' => __( 'Recalculate last activity in each topic and forum', 'bbpress' ), 518 518 'callback' => 'bbp_admin_repair_freshness', 519 'priority' => 15,519 'priority' => 20, 520 520 'overhead' => esc_html__( 'High', 'bbpress' ), 521 521 'components' => array( bbp_get_forum_post_type(), bbp_get_topic_post_type(), bbp_get_reply_post_type() ) … … 527 527 'description' => __( 'Recalculate sticky relationship of each topic', 'bbpress' ), 528 528 'callback' => 'bbp_admin_repair_sticky', 529 'priority' => 2 0,529 'priority' => 25, 530 530 'overhead' => esc_html__( 'Low', 'bbpress' ), 531 531 'components' => array( bbp_get_topic_post_type() ) … … 537 537 'description' => __( 'Recalculate the position of each reply', 'bbpress' ), 538 538 'callback' => 'bbp_admin_repair_reply_menu_order', 539 'priority' => 25,539 'priority' => 30, 540 540 'overhead' => esc_html__( 'High', 'bbpress' ), 541 541 'components' => array( bbp_get_reply_post_type() ) … … 547 547 'description' => __( 'Repair BuddyPress Group Forum relationships', 'bbpress' ), 548 548 'callback' => 'bbp_admin_repair_group_forum_relationship', 549 'priority' => 3 0,549 'priority' => 35, 550 550 'overhead' => esc_html__( 'Low', 'bbpress' ), 551 551 'components' => array( bbp_get_forum_post_type() ) … … 557 557 'description' => __( 'Repair closed topics', 'bbpress' ), 558 558 'callback' => 'bbp_admin_repair_closed_topics', 559 'priority' => 35,559 'priority' => 40, 560 560 'overhead' => esc_html__( 'Medium', 'bbpress' ), 561 561 'components' => array( bbp_get_topic_post_type() ) … … 567 567 'description' => __( 'Count topics in each forum', 'bbpress' ), 568 568 'callback' => 'bbp_admin_repair_forum_topic_count', 569 'priority' => 4 0,569 'priority' => 45, 570 570 'overhead' => esc_html__( 'Medium', 'bbpress' ), 571 571 'components' => array( bbp_get_forum_post_type(), bbp_get_topic_post_type() ) … … 577 577 'description' => __( 'Count replies in each forum', 'bbpress' ), 578 578 'callback' => 'bbp_admin_repair_forum_reply_count', 579 'priority' => 45,579 'priority' => 50, 580 580 'overhead' => esc_html__( 'High', 'bbpress' ), 581 581 'components' => array( bbp_get_forum_post_type(), bbp_get_reply_post_type() ) … … 587 587 'description' => __( 'Count replies in each topic', 'bbpress' ), 588 588 'callback' => 'bbp_admin_repair_topic_reply_count', 589 'priority' => 5 0,589 'priority' => 55, 590 590 'overhead' => esc_html__( 'High', 'bbpress' ), 591 591 'components' => array( bbp_get_topic_post_type(), bbp_get_reply_post_type() ) … … 597 597 'description' => __( 'Count voices in each topic', 'bbpress' ), 598 598 'callback' => 'bbp_admin_repair_topic_voice_count', 599 'priority' => 55,599 'priority' => 60, 600 600 'overhead' => esc_html__( 'Medium', 'bbpress' ), 601 601 'components' => array( bbp_get_topic_post_type(), bbp_get_user_rewrite_id() ) … … 607 607 'description' => __( 'Count pending, spammed, & trashed replies in each topic', 'bbpress' ), 608 608 'callback' => 'bbp_admin_repair_topic_hidden_reply_count', 609 'priority' => 6 0,609 'priority' => 65, 610 610 'overhead' => esc_html__( 'High', 'bbpress' ), 611 611 'components' => array( bbp_get_topic_post_type(), bbp_get_reply_post_type() ) … … 617 617 'description' => __( 'Recount topics for each user', 'bbpress' ), 618 618 'callback' => 'bbp_admin_repair_user_topic_count', 619 'priority' => 65,619 'priority' => 70, 620 620 'overhead' => esc_html__( 'Medium', 'bbpress' ), 621 621 'components' => array( bbp_get_topic_post_type(), bbp_get_user_rewrite_id() ) … … 627 627 'description' => __( 'Recount replies for each user', 'bbpress' ), 628 628 'callback' => 'bbp_admin_repair_user_reply_count', 629 'priority' => 7 0,629 'priority' => 75, 630 630 'overhead' => esc_html__( 'Medium', 'bbpress' ), 631 631 'components' => array( bbp_get_reply_post_type(), bbp_get_user_rewrite_id() ) … … 637 637 'description' => __( 'Remove unpublished topics from user favorites', 'bbpress' ), 638 638 'callback' => 'bbp_admin_repair_user_favorites', 639 'priority' => 75,639 'priority' => 80, 640 640 'overhead' => esc_html__( 'Medium', 'bbpress' ), 641 641 'components' => array( bbp_get_topic_post_type(), bbp_get_user_rewrite_id() ) … … 647 647 'description' => __( 'Remove unpublished topics from user subscriptions', 'bbpress' ), 648 648 'callback' => 'bbp_admin_repair_user_topic_subscriptions', 649 'priority' => 8 0,649 'priority' => 85, 650 650 'overhead' => esc_html__( 'Medium', 'bbpress' ), 651 651 'components' => array( bbp_get_topic_post_type(), bbp_get_user_rewrite_id() ) … … 657 657 'description' => __( 'Remove unpublished forums from user subscriptions', 'bbpress' ), 658 658 'callback' => 'bbp_admin_repair_user_forum_subscriptions', 659 'priority' => 85,659 'priority' => 90, 660 660 'overhead' => esc_html__( 'Medium', 'bbpress' ), 661 661 'components' => array( bbp_get_forum_post_type(), bbp_get_user_rewrite_id() ) … … 667 667 'description' => __( 'Remap existing users to default forum roles', 'bbpress' ), 668 668 'callback' => 'bbp_admin_repair_user_roles', 669 'priority' => 9 0,669 'priority' => 95, 670 670 'overhead' => esc_html__( 'Low', 'bbpress' ), 671 671 'components' => array( bbp_get_user_rewrite_id() )
Note: See TracChangeset
for help on using the changeset viewer.