Plugin Directory

Changeset 2170520


Ignore:
Timestamp:
10/09/2019 10:13:22 AM (6 years ago)
Author:
emailsystem
Message:

Removed bootstrap and improved compatibility

Location:
emailsystem/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • emailsystem/trunk/emailsystem.php

    r2170494 r2170520  
    33* Plugin Name: EmailSystem
    44* Plugin URI: https://www.emailsystem.gr/
    5 * Description: EmailSystem Plugin
    6 * Version: 1.1
     5* Description: The easiest, user friendly, professional email marketing platform to grow your email lists and communicate effectively with your subscribers.
     6* Version: 1.1.1
    77* Author: EmailSystem Email Marketing
    88* Author URI: https://www.emailsystem.gr/
     
    2626    add_action('admin_menu','em_add_pages');
    2727    add_action('admin_menu','remove_meta_boxes');
    28     add_action('admin_menu','em_global_vars');
    2928    add_action('admin_menu','add_meta_boxes');
    3029    add_action('admin_menu','emailsystem_activate');
     
    135134            'high'
    136135        );
    137     }
    138     function em_global_vars() {
    139         echo '<script type="text/javascript">
    140         /* <![CDATA[ */
    141         var em_php_vars = {"var_name":"var_value"};
    142         /* ]]> */
    143         </script>';
    144136    }
    145137    function emailsystem_install() {
     
    473465    }
    474466    function form_editor() {
     467        echo '<script type="text/javascript">
     468            /* <![CDATA[ */
     469            var em_php_vars = {"var_name":"var_value"};
     470            /* ]]> */
     471            </script>';
    475472        ?><script>
    476473            em_php_vars['form_name'] = '<?php echo __('Όνομα Φόρμας','emailsystem'); ?>';
  • emailsystem/trunk/readme.txt

    r2170493 r2170520  
    33Contributors: emailsystem
    44Tested up to: 5.2.2
    5 Stable tag: 1.1
     5Stable tag: 1.1.1
    66Requires at least: 4.9.8
    77License: GPLv2
Note: See TracChangeset for help on using the changeset viewer.