Changeset 860106
- Timestamp:
- 02/18/2014 11:04:30 AM (12 years ago)
- Location:
- angry-creative-logger/trunk
- Files:
-
- 3 edited
-
classes/settings.php (modified) (2 diffs)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
angry-creative-logger/trunk/classes/settings.php
r839079 r860106 2 2 /* 3 3 Class name: ACI Settings 4 Version: 0.1 4 Version: 0.1.1 5 5 Depends: AC Inspector 0.3.x 6 6 Author: Sammy Nordström, Angry Creative AB … … 47 47 public function admin_notices() { 48 48 49 if ( $_REQUEST['updated']) {49 if ( 'ac-inspector' == $_GET['page'] && isset( $_GET['updated'] ) ) { 50 50 51 51 echo '<div class="updated"><p>'; -
angry-creative-logger/trunk/plugin.php
r839072 r860106 4 4 Plugin URI: http://angrycreative.se 5 5 Description: Inspects and logs possible issues with your Wordpress installation. 6 Version: 0.3. 26 Version: 0.3.3 7 7 Author: Robin Björklund, Sammy Nordström, Angry Creative AB 8 8 */ -
angry-creative-logger/trunk/readme.txt
r839072 r860106 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.8 6 Stable tag: 0.3. 26 Stable tag: 0.3.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.