Changeset 2919781
- Timestamp:
- 05/31/2023 03:10:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ikjweb-events-calendar-for-divi/trunk/ikjweb-events-calendar-for-divi.php
r2919772 r2919781 2 2 /* 3 3 Plugin Name: IKJ Events Calendar For Divi 4 Plugin URI: 4 Plugin URI: 5 5 Description: A Divi module that implements The Events Calendar 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: Ilene Johnson 8 8 Author URI: https://ikjweb.com … … 47 47 if (current_user_can('activate_plugins')) { 48 48 if (! function_exists('et_builder_options')) { 49 echo esc_attr(50 '<div class="notice notice-warning " ><p>' .51 49 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>' 54 53 ); 54 55 55 } 56 56 }
Note: See TracChangeset
for help on using the changeset viewer.