Plugin Directory

Changeset 2362374


Ignore:
Timestamp:
08/16/2020 01:06:59 PM (6 years ago)
Author:
cevoid
Message:

Remove include of options page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cevoid/trunk/cevoid.php

    r2362345 r2362374  
    1010 */
    1111
    12 include(dirname(__DIR__).'/options.php');
    13 
     12if ( ! defined( 'ABSPATH' ) ) {
     13    die();
     14}
    1415
    1516add_action( 'admin_menu', 'cevoid_plugin_menu' );
     
    3132}
    3233
    33 add_action('wp_head', cevoid_scripts);
     34add_action('wp_head', 'cevoid_scripts');
    3435
    3536
Note: See TracChangeset for help on using the changeset viewer.