Skip to content

Commit

Permalink
renamed scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewKosloski committed Jun 26, 2017
1 parent 8019157 commit cf3a7e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metabox_constructor_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public function scripts() {
wp_enqueue_media();

if($typenow == $this->_meta_box['post_type']) {
wp_enqueue_style('mcc-styles', $this->_path . '/metabox.css', array(), null);
wp_enqueue_script('mcc-scripts', $this->_path . '/metabox.js', array('jquery'), null);
wp_enqueue_style(sprintf('%s-styles', self::BLOCK_NAMESPACE), $this->_path . '/style.css', array(), null);
wp_enqueue_script(sprintf('%s-scripts', self::BLOCK_NAMESPACE), $this->_path . '/script.js', array('jquery'), null);
}
}

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit cf3a7e4

Please sign in to comment.