Skip to:
Content

bbPress.org

Changeset 5449


Ignore:
Timestamp:
07/28/2014 01:40:19 AM (12 years ago)
Author:
netweb
Message:

Remove extra URL forward slash in 'reset tools' help codex link. Props extendwings. Fixes #2666

File:
1 edited

Legend:

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

    r5440 r5449  
    159159        'id'      => 'reset_forums',
    160160        'title'   => __( 'Reset Forums', 'bbpress' ),
    161         'content' => '<p>' . __( 'Also see <a href="http://codex.bbpress.org/reset-forums//">bbPress: Reset Forums</a>.', 'bbpress' ) . '</p>'
     161        'content' => '<p>' . __( 'Also see <a href="http://codex.bbpress.org/reset-forums/">bbPress: Reset Forums</a>.', 'bbpress' ) . '</p>'
    162162    ) );
    163163
Note: See TracChangeset for help on using the changeset viewer.