Skip to:
Content

bbPress.org

Changeset 819


Ignore:
Timestamp:
05/29/2007 05:49:56 PM (19 years ago)
Author:
mdawaffe
Message:

fix delete forum link in admin. fixes #647 props devil1591

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/admin-functions.php

    r806 r819  
    612612        if (bb_current_user_can('delete_forum', $forum->forum_id) && 1 < $forums_count) {
    613613            $delete_href = attribute_escape(bb_get_option('uri') . "bb-admin/content-forums.php?action=delete&id=" . $forum->forum_id);
    614             $output .= $indent . "\t\t\t\t<a class=\"delete\" href=\"" . $edit_href . "\">" . __('Delete') . "</a>\n";
     614            $output .= $indent . "\t\t\t\t<a class=\"delete\" href=\"" . $delete_href . "\">" . __('Delete') . "</a>\n";
    615615        }
    616616        $output .= $indent . "\t\t\t</div>\n";
Note: See TracChangeset for help on using the changeset viewer.