Changeset 1589614
- Timestamp:
- 02/06/2017 01:35:52 AM (9 years ago)
- File:
-
- 1 edited
-
simple-popup-content/trunk/includes/RMSPC/Main.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-popup-content/trunk/includes/RMSPC/Main.php
r1589609 r1589614 164 164 */ 165 165 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 173 166 // 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( 175 168 // $this, 176 // ' TeaserMetaBox',177 // ), 'simple_popup_content', ' normal', 'high'169 // 'EventsChooserBox', 170 // ), 'simple_popup_content', 'side', 'high' 178 171 // ); 179 172
Note: See TracChangeset
for help on using the changeset viewer.