1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-04-19 05:35:36 +03:00

properly adding tabs and spaces

fixes #44
This commit is contained in:
Tom McFarlin 2013-05-12 10:12:50 -04:00
parent d5d2579594
commit 347b63c876
3 changed files with 210 additions and 210 deletions

View file

@ -32,7 +32,7 @@
* that request data directly.
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
exit;
}
require_once( plugin_dir_path( __FILE__ ) . 'class-plugin-boilerplate.php' );