Plugin Directory

Changeset 2445312


Ignore:
Timestamp:
12/24/2020 12:23:26 AM (5 years ago)
Author:
mrdigital
Message:

Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-image-popup/trunk/simple-image-popup.php

    r2445311 r2445312  
    125125            add_settings_field(
    126126                'sip_popup_expiry', // ID used to identify the field throughout the theme
    127                 'Cookie expiry (minutes)', // The label to the left of the option interface element
     127                'Popup expiry (minutes)', // The label to the left of the option interface element
    128128                array($this, 'sip_popup_expiry_callback'), // The name of the function responsible for rendering the option interface
    129129                'sip_plugin_options', // The page on which this option will be displayed
Note: See TracChangeset for help on using the changeset viewer.