Changeset 2181406
- Timestamp:
- 10/28/2019 11:10:03 AM (6 years ago)
- File:
-
- 1 edited
-
emitto/trunk/admin/settings-callbacks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
emitto/trunk/admin/settings-callbacks.php
r2160196 r2181406 69 69 $checked = isset( $options[ $id ] ) ? $options[ $id ] : ''; 70 70 71 $popup1 = plugin_dir_url( dirname( __FILE__ ) ) . 'includes/ popups/images/1.png';72 $popup2 = plugin_dir_url( dirname( __FILE__ ) ) . 'includes/ popups/images/2.png';73 $popup3 = plugin_dir_url( dirname( __FILE__ ) ) . 'includes/ popups/images/3.png';74 $popup4 = plugin_dir_url( dirname( __FILE__ ) ) . 'includes/ popups/images/4.png';71 $popup1 = plugin_dir_url( dirname( __FILE__ ) ) . 'includes/images/1.png'; 72 $popup2 = plugin_dir_url( dirname( __FILE__ ) ) . 'includes/images/2.png'; 73 $popup3 = plugin_dir_url( dirname( __FILE__ ) ) . 'includes/images/3.png'; 74 $popup4 = plugin_dir_url( dirname( __FILE__ ) ) . 'includes/images/4.png'; 75 75 76 76 if ( $checked == '1' ) {
Note: See TracChangeset
for help on using the changeset viewer.