Skip to:
Content

bbPress.org

Changeset 1197


Ignore:
Timestamp:
03/03/2008 05:41:39 AM (18 years ago)
Author:
sambauers
Message:

Akismet plugin configuration update message was displaying on other pages in 0.8 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.8/bb-plugins/akismet.php

    r1181 r1197  
    5959        }
    6060       
    61         $goback = add_query_arg('updated', 'true', wp_get_referer());
     61        $goback = add_query_arg('akismet-updated', 'true', wp_get_referer());
    6262        wp_redirect($goback);
    6363       
    6464    }
    6565   
    66     if ($_GET['updated']) {
     66    if ($_GET['akismet-updated']) {
    6767        bb_admin_notice( __('Configuration saved.') );
    6868    }
Note: See TracChangeset for help on using the changeset viewer.