Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitT committed Jan 6, 2018
1 parent 0e6acae commit 0d288b8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions inc/enqueue-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@
* @package podium
*/

// function podium_scripts()
// {

// wp_enqueue_style('podium-style', get_stylesheet_directory_uri() . '/dist/styles/main.css', false, null);
// wp_enqueue_script('podium-scripts', get_stylesheet_directory_uri() . '/dist/scripts/main.js', ['jquery'], null, true);

// if (is_singular() && comments_open() && get_option('thread_comments')) {

// wp_enqueue_script('comment-reply');

// }

// }
function podium_scripts()
{

Expand Down

0 comments on commit 0d288b8

Please sign in to comment.