Plugin Directory

Changeset 2290138

Timestamp:
04/23/2020 01:40:47 PM (4 years ago)
Author:
mordauk
Message:

Correcting rapid add-on file

Location:
sugar-calendar-wp-all-import
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sugar-calendar-wp-all-import/tags/1.0/includes/class-register-addon.php

    r2285253 r2290138  
    7575            $this->rapid_addon->run(
    7676                array(
    77                     'post_types' => array( 'sc_event' ),
    78                     'plugins'    => array( 'sugar-calendar/sugar-calendar.php' ),
     77                    'post_types' => array( 'sc_event' )
    7978                )
    8079            );
     
    8382
    8483            $this->rapid_addon->admin_notice(
    85                 'The Sugar Calendar WP All Import Add-On requires WP All Import <a href="http://www.wpallimport.com/order-now/" target="_blank">Pro</a> or <a href="http://wordpress.org/plugins/wp-all-import" target="_blank">Free</a>, and the <a href="https://sugarcalendar.com/pricing/">Sugar Calendar</a> plugin.',
    86                 array(
    87                     'plugins' => array( 'sugar-calendar/sugar-calendar.php' ),
    88                 )
     84                'The Sugar Calendar WP All Import Add-On requires WP All Import <a href="http://www.wpallimport.com/order-now/" target="_blank">Pro</a> or <a href="http://wordpress.org/plugins/wp-all-import" target="_blank">Free</a>, and the <a href="https://sugarcalendar.com/pricing/">Sugar Calendar</a> plugin.'
    8985            );
    9086        }
  • sugar-calendar-wp-all-import/trunk/includes/class-register-addon.php

    r2285253 r2290138  
    7575            $this->rapid_addon->run(
    7676                array(
    77                     'post_types' => array( 'sc_event' ),
    78                     'plugins'    => array( 'sugar-calendar/sugar-calendar.php' ),
     77                    'post_types' => array( 'sc_event' )
    7978                )
    8079            );
     
    8382
    8483            $this->rapid_addon->admin_notice(
    85                 'The Sugar Calendar WP All Import Add-On requires WP All Import <a href="http://www.wpallimport.com/order-now/" target="_blank">Pro</a> or <a href="http://wordpress.org/plugins/wp-all-import" target="_blank">Free</a>, and the <a href="https://sugarcalendar.com/pricing/">Sugar Calendar</a> plugin.',
    86                 array(
    87                     'plugins' => array( 'sugar-calendar/sugar-calendar.php' ),
    88                 )
     84                'The Sugar Calendar WP All Import Add-On requires WP All Import <a href="http://www.wpallimport.com/order-now/" target="_blank">Pro</a> or <a href="http://wordpress.org/plugins/wp-all-import" target="_blank">Free</a>, and the <a href="https://sugarcalendar.com/pricing/">Sugar Calendar</a> plugin.'
    8985            );
    9086        }
Note: See TracChangeset for help on using the changeset viewer.