Plugin Directory

Changeset 2181406


Ignore:
Timestamp:
10/28/2019 11:10:03 AM (6 years ago)
Author:
badprle
Message:

Fixed popup screenshots image links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emitto/trunk/admin/settings-callbacks.php

    r2160196 r2181406  
    6969    $checked = isset( $options[ $id ] ) ? $options[ $id ] : '';
    7070
    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';
    7575
    7676    if ( $checked == '1' ) {
Note: See TracChangeset for help on using the changeset viewer.