Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/12/2019 05:12:14 PM (5 years ago)
Author:
johnjamesjacoby
Message:

Tools: allow repairs to also be pending.

This commit makes Repairs work like Upgrades, allowing for repair tools to also be pending. It adds a $type parameter to a few functions to allow grouping or separating, depending on the count context.

See #3052.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/tools/repair.php

    r6933 r6934  
    4848        <p class="description"><?php esc_html_e( 'Some of these tools create substantial database overhead. Use caution when running more than 1 repair at a time.', 'bbpress' ); ?></p>
    4949
    50         <?php bbp_admin_repair_tool_overhead_filters(); ?>
     50        <?php bbp_admin_repair_tool_status_filters(); ?>
    5151
    5252        <form class="settings" method="get" action="">
Note: See TracChangeset for help on using the changeset viewer.