Plugin Directory

Changeset 1589614


Ignore:
Timestamp:
02/06/2017 01:35:52 AM (9 years ago)
Author:
davidrichied
Message:

Removed module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-popup-content/trunk/includes/RMSPC/Main.php

    r1589609 r1589614  
    164164     */
    165165    public function addEventBox() {
    166         add_meta_box(
    167             'rmspc_shortcode_display', __('Short Code', 'wp-simple-popup-content'), array(
    168                 $this,
    169                 'EventsChooserBox',
    170             ), 'simple_popup_content', 'side', 'high'
    171         );
    172 
    173166        // add_meta_box(
    174         //     'rmspc_teaser_display', __('Popup Location', 'wp-simple-popup-content'), array(
     167        //     'rmspc_shortcode_display', __('Short Code', 'wp-simple-popup-content'), array(
    175168        //         $this,
    176         //         'TeaserMetaBox',
    177         //     ), 'simple_popup_content', 'normal', 'high'
     169        //         'EventsChooserBox',
     170        //     ), 'simple_popup_content', 'side', 'high'
    178171        // );
    179172
Note: See TracChangeset for help on using the changeset viewer.