Plugin Directory

Changeset 3124277


Ignore:
Timestamp:
07/24/2024 12:33:28 AM (19 months ago)
Author:
contactpoint01
Message:

Adding Logo,Banner, and Screenshots

Location:
enudge/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • enudge/trunk/README.txt

    r3124269 r3124277  
    122122    - assets/js/settings-page-public.js
    123123    - 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  
    1616      <?php
    1717        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>
    1919        <?php }
    2020
  • enudge/trunk/includes/functions.php

    r3124257 r3124277  
    170170        <div class="notice notice-warning is-dismissible">
    171171            <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');?>
    173173                <a href="<?php echo esc_url(admin_url().'admin.php?page=enudge'); ?>" class="button button-primary"> <?php esc_attr_e('Settings', 'enudge'); ?></a>
    174174            </p>
     
    183183        <div class="notice notice-warning is-dismissible">
    184184            <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>
    186186                <a href="<?php echo esc_url(admin_url().'admin.php?page=enudge'); ?>" class="button button-primary"> <?php esc_attr_e('Settings', 'enudge'); ?></a>
    187187            </p>
Note: See TracChangeset for help on using the changeset viewer.