Changeset 3124277
- Timestamp:
- 07/24/2024 12:33:28 AM (19 months ago)
- Location:
- enudge/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/partials/enudge-options.php (modified) (1 diff)
-
includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
enudge/trunk/README.txt
r3124269 r3124277 122 122 - assets/js/settings-page-public.js 123 123 - assets/partials/efas-public-display.php 124 - Changing the way calling static video file to use plugin_dir_url function 124 - Changing the way calling static video file to use plugin_dir_url function] -
enudge/trunk/admin/partials/enudge-options.php
r3124257 r3124277 16 16 <?php 17 17 if($enudge_api_call > 0){?> 18 <br><p style="font-size: 15px;margin-bottom: 33px;margin-top: 5px;">< b><?php esc_attr_e('We have Called', 'enudge' ); ?> <?php echo "<u>".esc_attr($enudge_api_call)."</u>"; ?> <?php esc_attr_e('Enudge API so far!', 'enudge' ); ?></b></p>18 <br><p style="font-size: 15px;margin-bottom: 33px;margin-top: 5px;"><strong><?php esc_attr_e('We have Called', 'enudge' ); ?> <?php echo "<u>".esc_attr($enudge_api_call)."</u>"; ?> <?php esc_attr_e('Enudge API so far!', 'enudge' ); ?></strong></p> 19 19 <?php } 20 20 -
enudge/trunk/includes/functions.php
r3124257 r3124277 170 170 <div class="notice notice-warning is-dismissible"> 171 171 <p> 172 <?php esc_attr_e('For using <b>Enudge plugin</b> - please set your Enudge Licence Key.', 'enudge');?>172 <?php esc_attr_e('For using ','enudge');?><strong><?php esc_attr_e('Enudge plugin','enudge');?></strong><?php esc_attr_e('- please set your Enudge Licence Key ','enudge');?> 173 173 <a href="<?php echo esc_url(admin_url().'admin.php?page=enudge'); ?>" class="button button-primary"> <?php esc_attr_e('Settings', 'enudge'); ?></a> 174 174 </p> … … 183 183 <div class="notice notice-warning is-dismissible"> 184 184 <p> 185 <?php esc_attr_e('For using <b>Enudge plugin</b> - please set a valid Licence Key. <span style=" background: #dd4337;color:white;padding:4px 10px;border-radius: 5px;margin: 10px 5px;display: inline-block;">The Licence Key is invalid.</span>', 'enudge'); ?>185 <?php esc_attr_e('For using ','enudge');?><strong><?php esc_attr_e('Enudge plugin','enudge');?></strong><?php esc_attr_e('- please set a valid Licence Key. ','enudge');?> <span style=" background: #dd4337;color:white;padding:4px 10px;border-radius: 5px;margin: 10px 5px;display: inline-block;"><?php esc_attr_e('The Licence Key is invalid.','enudge');?></span> 186 186 <a href="<?php echo esc_url(admin_url().'admin.php?page=enudge'); ?>" class="button button-primary"> <?php esc_attr_e('Settings', 'enudge'); ?></a> 187 187 </p>
Note: See TracChangeset
for help on using the changeset viewer.