Changeset 819
- Timestamp:
- 05/29/2007 05:49:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/bb-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/admin-functions.php
r806 r819 612 612 if (bb_current_user_can('delete_forum', $forum->forum_id) && 1 < $forums_count) { 613 613 $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"; 615 615 } 616 616 $output .= $indent . "\t\t\t</div>\n";
Note: See TracChangeset
for help on using the changeset viewer.