Plugin Directory

Changeset 860106


Ignore:
Timestamp:
02/18/2014 11:04:30 AM (12 years ago)
Author:
samface
Message:

minor bugfix for misplaced notifications

Location:
angry-creative-logger/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • angry-creative-logger/trunk/classes/settings.php

    r839079 r860106  
    22/*
    33Class name: ACI Settings
    4 Version: 0.1
     4Version: 0.1.1
    55Depends: AC Inspector 0.3.x
    66Author: Sammy Nordström, Angry Creative AB
     
    4747        public function admin_notices() {
    4848
    49             if ( $_REQUEST['updated'] ) {
     49            if ( 'ac-inspector' == $_GET['page'] && isset( $_GET['updated'] ) ) {
    5050
    5151                echo '<div class="updated"><p>';
  • angry-creative-logger/trunk/plugin.php

    r839072 r860106  
    44Plugin URI: http://angrycreative.se
    55Description: Inspects and logs possible issues with your Wordpress installation.
    6 Version: 0.3.2
     6Version: 0.3.3
    77Author: Robin Björklund, Sammy Nordström, Angry Creative AB
    88*/
  • angry-creative-logger/trunk/readme.txt

    r839072 r860106  
    44Requires at least: 3.0.1
    55Tested up to: 3.8
    6 Stable tag: 0.3.2
     6Stable tag: 0.3.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.