Browse Source

Remove error tracking

widget
Lee Willis 12 years ago
parent
commit
b20bf90280
  1. 1
      github-embed.php

1
github-embed.php

@ -56,7 +56,6 @@ class github_embed {
*/ */
function enqueue_styles() { function enqueue_styles() {
error_log ( __FUNCTION__ );
wp_register_style ( 'github-embed', plugins_url(basename(dirname(__FILE__)).'/css/github-embed.css' ) ); wp_register_style ( 'github-embed', plugins_url(basename(dirname(__FILE__)).'/css/github-embed.css' ) );
wp_enqueue_style ( 'github-embed' ); wp_enqueue_style ( 'github-embed' );

Loading…
Cancel
Save