Changeset 1637652
- Timestamp:
- 04/14/2017 12:30:07 PM (9 years ago)
- Location:
- site-checklist/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
vocheck.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
site-checklist/trunk/readme.txt
r1632209 r1637652 4 4 Requires at least: 4.5 5 5 Tested up to: 4.7 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 60 60 == Changelog == 61 61 62 = 1.0.6 = 63 * Bugfix 62 64 = 1.0.5 = 63 65 * Bugfix -
site-checklist/trunk/vocheck.php
r1632209 r1637652 5 5 Description: Going live just became easier. Use this tool under Tool -> Checklist. 6 6 Author: Marijn Bent 7 Version: 1.0. 57 Version: 1.0.6 8 8 Author URI: http://marijnbent.nl 9 9 = … … 16 16 use VOCheck\Plugin; 17 17 18 spl_autoload_register( 'vocheck_autoloader');18 spl_autoload_register('vocheck_autoloader'); 19 19 function vocheck_autoloader($class_name) { 20 20 if (false !== strpos( $class_name, 'VOCheck')) {
Note: See TracChangeset
for help on using the changeset viewer.