diff --git a/openattribute.php b/openattribute.php old mode 100644 new mode 100755 index 1aee5b3..dff1e09 --- a/openattribute.php +++ b/openattribute.php @@ -205,7 +205,7 @@ function insert_author(){ openattribute_iframe.css' type='text/css' media='all' />
- +

Adding licensing to your blog post

Choose the author for this blog

HTML Text

'; @@ -1458,8 +1458,9 @@ function openattribute_augment_feed($content) { } function openattribute_stylesheet(){ - - echo ' '; + + $url_for_stylesheet = plugins_url( 'openattribute_popup.css', __FILE__ ); + echo ' '; }