|
|
@ -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' ); |
|
|
|
|
|
|
|
|
|
|
|