Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Commit

Permalink
Remove unnecessary global call.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwight committed May 4, 2014
1 parent a90d801 commit bfa1cf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions functions.php
Expand Up @@ -134,8 +134,6 @@ function debut_widgets_init() {
* Enqueue scripts and styles
*/
function debut_scripts() {
global $post;

wp_enqueue_style( 'debut-style', get_stylesheet_uri() );

wp_enqueue_script( 'debut-scripts', get_template_directory_uri() . '/js/debut.js', array( 'jquery' ) );
Expand Down

0 comments on commit bfa1cf3

Please sign in to comment.