Changeset 2362374
- Timestamp:
- 08/16/2020 01:06:59 PM (6 years ago)
- File:
-
- 1 edited
-
cevoid/trunk/cevoid.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cevoid/trunk/cevoid.php
r2362345 r2362374 10 10 */ 11 11 12 include(dirname(__DIR__).'/options.php'); 13 12 if ( ! defined( 'ABSPATH' ) ) { 13 die(); 14 } 14 15 15 16 add_action( 'admin_menu', 'cevoid_plugin_menu' ); … … 31 32 } 32 33 33 add_action('wp_head', cevoid_scripts);34 add_action('wp_head', 'cevoid_scripts'); 34 35 35 36
Note: See TracChangeset
for help on using the changeset viewer.