Plugin Directory

Changeset 2919781


Ignore:
Timestamp:
05/31/2023 03:10:39 PM (3 years ago)
Author:
ilenejohnson
Message:

fixed notification message when divi theme isn't present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ikjweb-events-calendar-for-divi/trunk/ikjweb-events-calendar-for-divi.php

    r2919772 r2919781  
    22/*
    33Plugin Name: IKJ Events Calendar For Divi
    4 Plugin URI:   
     4Plugin URI:
    55Description: A Divi module that implements The Events Calendar
    6 Version:     1.0.0
     6Version:     1.0.1
    77Author:      Ilene Johnson
    88Author URI:  https://ikjweb.com
     
    4747    if (current_user_can('activate_plugins')) {
    4848        if (! function_exists('et_builder_options')) {
    49             echo esc_attr(
    50                 '<div class="notice notice-warning " ><p>' .
    5149
    52          __('In order to use IKJ Events Calendar For Divi, Please first install the latest version of DIVI theme or DIVI plugin', 'diviec-events-calendar-divi')
    53         . '</p></div>'
     50            printf(
     51                '<div class="notice notice-warning "><p>' .
     52              'In order to use IKJ Events Calendar For Divi, Please first install the latest version of DIVI theme or DIVI plugin. </p></div>'
    5453            );
     54
    5555        }
    5656    }
Note: See TracChangeset for help on using the changeset viewer.