Changeset 3337653
- Timestamp:
- 08/01/2025 08:07:02 AM (8 months ago)
- Location:
- notification-for-telegram
- Files:
-
- 2 edited
- 1 copied
-
tags/3.4.5 (copied) (copied from notification-for-telegram/trunk)
-
tags/3.4.5/index.php (modified) (2 diffs)
-
trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
notification-for-telegram/tags/3.4.5/index.php
r3337644 r3337653 4 4 * Plugin URI: https://www.reggae.it/my-wordpress-plugins 5 5 * Description: Sends notifications to Telegram when events occur in WordPress. 6 * Version: 3.4. 46 * Version: 3.4.5 7 7 * Author: Andrea Marinucci 8 8 * Author URI: … … 32 32 $telegram_notify_option = get_option('telegram_notify_option_name'); 33 33 $notify_donot_load_css = isset($telegram_notify_option['notify_donot_load_css']) ? $telegram_notify_option['notify_donot_load_css'] : false; 34 34 35 35 //Enqueue Admin CSS on Job Board Settings page only 36 36 if ( isset( $_GET['page'] ) && $_GET['page'] == 'telegram-notify' ) { -
notification-for-telegram/trunk/index.php
r3337644 r3337653 4 4 * Plugin URI: https://www.reggae.it/my-wordpress-plugins 5 5 * Description: Sends notifications to Telegram when events occur in WordPress. 6 * Version: 3.4. 46 * Version: 3.4.5 7 7 * Author: Andrea Marinucci 8 8 * Author URI: … … 32 32 $telegram_notify_option = get_option('telegram_notify_option_name'); 33 33 $notify_donot_load_css = isset($telegram_notify_option['notify_donot_load_css']) ? $telegram_notify_option['notify_donot_load_css'] : false; 34 34 35 35 //Enqueue Admin CSS on Job Board Settings page only 36 36 if ( isset( $_GET['page'] ) && $_GET['page'] == 'telegram-notify' ) {
Note: See TracChangeset
for help on using the changeset viewer.