Yeah, but i get a similar error and it was that. I found a shottag somewhere else but dont remember where…
Hey szaleq.
I recheck and yes, you have a shorttag. I just download the version 0.4.1 form the wordpress repository
public function easy_watermark_style(){
if(get_current_screen()->id == ‘media_page_easy-watermark’) :
?>
<style type=”text/css” media=”screen”>
#icon-easy-watermark {background: url(<?php echo plugins_url(); ?>/<?php echo self::$pluginSlug; ?>/images/icon-32.png) no-repeat 2px 0;}
</style>
<?
endif;
}
Hey, was having a similar problem.
EasyWatermarkPlugin.php line 518
You have a shorttag “<?”.
Change it to “<?php” and its done