Changeset 2586012
- Timestamp:
- 08/20/2021 12:51:38 PM (5 years ago)
- File:
-
- 1 edited
-
plugin-groups/tags/2.0.1/plugincore.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugin-groups/tags/2.0.1/plugincore.php
r2585975 r2586012 4 4 * Plugin URI: https://cramer.co.za 5 5 * Description: Organize Plugins in groups 6 * Version: 2.0. 06 * Version: 2.0.1 7 7 * Author: David Cramer 8 8 * Author URI: https://cramer.co.za … … 20 20 define( 'PLGGRP_CORE', __FILE__ ); 21 21 define( 'PLGGRP_URL', plugin_dir_url( __FILE__ ) ); 22 define( 'PLGGRP_SLUG', 'plugin-groups' );23 //legacy24 define( 'PLORG_BETA', basename( __DIR__ ) . '/' . basename( __FILE__ ) );25 define( 'PLORG_PLUGIN', basename( __DIR__ ) . '/plugincore.php' );26 22 27 23 if ( ! version_compare( PHP_VERSION, '5.6', '>=' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.