Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/22/2019 12:12:28 AM (5 years ago)
Author:
netweb
Message:

Tools: Correct string in repair topic reply count tool.

Props felipeloureirosantos.
See #3288. For 2.7, trunk.

in bbp_admin_repair_topic_reply_count

File:
1 edited

Legend:

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

    r6934 r6976  
    258258        'type'        => 'repair',
    259259        'title'       => esc_html__( 'Recount replies in each topic', 'bbpress' ),
    260         'description' => esc_html__( 'Run this if the number of topics in any topics are incorrect.', 'bbpress' ),
     260        'description' => esc_html__( 'Run this if the number of replies in any topics are incorrect.', 'bbpress' ),
    261261        'callback'    => 'bbp_admin_repair_topic_reply_count',
    262262        'priority'    => 65,
Note: See TracChangeset for help on using the changeset viewer.