Changeset 1475141
- Timestamp:
- 08/16/2016 04:49:06 AM (10 years ago)
- Location:
- askapache-google-404
- Files:
-
- 25 added
- 2 edited
-
tags/5.1.1 (added)
-
tags/5.1.1/404.php (added)
-
tags/5.1.1/askapache-google-404.php (added)
-
tags/5.1.1/f (added)
-
tags/5.1.1/f/admin.css (added)
-
tags/5.1.1/f/admin.js (added)
-
tags/5.1.1/f/i (added)
-
tags/5.1.1/f/i/icon-askapache.png (added)
-
tags/5.1.1/f/i/icon-menu.png (added)
-
tags/5.1.1/f/i/ui-anim_basic_16x16.gif (added)
-
tags/5.1.1/f/i/ui-bg_flat_0_aaaaaa_40x100.png (added)
-
tags/5.1.1/f/i/ui-bg_flat_75_ffffff_40x100.png (added)
-
tags/5.1.1/f/i/ui-bg_glass_55_fbf9ee_1x400.png (added)
-
tags/5.1.1/f/i/ui-bg_glass_65_ffffff_1x400.png (added)
-
tags/5.1.1/f/i/ui-bg_glass_75_dadada_1x400.png (added)
-
tags/5.1.1/f/i/ui-bg_glass_75_e6e6e6_1x400.png (added)
-
tags/5.1.1/f/i/ui-bg_glass_95_fef1ec_1x400.png (added)
-
tags/5.1.1/f/i/ui-bg_highlight-soft_75_cccccc_1x100.png (added)
-
tags/5.1.1/f/i/ui-icons_222222_256x240.png (added)
-
tags/5.1.1/f/i/ui-icons_2e83ff_256x240.png (added)
-
tags/5.1.1/f/i/ui-icons_454545_256x240.png (added)
-
tags/5.1.1/f/i/ui-icons_888888_256x240.png (added)
-
tags/5.1.1/f/i/ui-icons_cd0a0a_256x240.png (added)
-
tags/5.1.1/f/icon-menu.png (added)
-
tags/5.1.1/readme.txt (added)
-
trunk/askapache-google-404.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
askapache-google-404/trunk/askapache-google-404.php
r1475134 r1475141 6 6 * Author: askapache 7 7 * Contributors: askapache 8 * Version: 5.1. 09 * Updated: 08/1 5/20168 * Version: 5.1.1 9 * Updated: 08/16/2016 10 10 * Requires at least: 3.3 11 11 * Tested up to: 4.5.3 … … 56 56 * @var bool 57 57 */ 58 define( 'AA_G404_HAS_ISCLOG', (bool) ( class_exists( 'ISCLOG' ) ) );58 define( 'AA_G404_HAS_ISCLOG', (bool) ( defined( 'ISC_DEBUG' ) && class_exists( 'ISCLOG' ) ) ); 59 59 60 60 … … 144 144 145 145 if ( is_admin() ) { 146 147 // sorry, gotta force a reset 148 if ( ! isset( $this->options['cse_id'] ) ) { 149 $this->reset_options(); 150 } 146 151 147 152 // add options page -
askapache-google-404/trunk/readme.txt
r1475134 r1475141 5 5 Requires at least: 3.3 6 6 Tested up to: 4.5.3 7 Stable tag: 5.1. 07 Stable tag: 5.1.1 8 8 9 9
Note: See TracChangeset
for help on using the changeset viewer.