Changeset 2445312
- Timestamp:
- 12/24/2020 12:23:26 AM (5 years ago)
- File:
-
- 1 edited
-
simple-image-popup/trunk/simple-image-popup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-image-popup/trunk/simple-image-popup.php
r2445311 r2445312 125 125 add_settings_field( 126 126 'sip_popup_expiry', // ID used to identify the field throughout the theme 127 ' Cookieexpiry (minutes)', // The label to the left of the option interface element127 'Popup expiry (minutes)', // The label to the left of the option interface element 128 128 array($this, 'sip_popup_expiry_callback'), // The name of the function responsible for rendering the option interface 129 129 'sip_plugin_options', // The page on which this option will be displayed
Note: See TracChangeset
for help on using the changeset viewer.