• Hello sir,

    we really like your plugin, but recently discovered a problem with on wordpress site.

    At this site, the theme does the following code:

    <meta itemprop=”uploadDate” content=”2018-11-15T13:38:15+00:00″>

    which will be replaced by your plugin with

    <meta itemprop=”uploadDate” content=”<span class=” sdata”=”” title=”2018-11-15T13:38:15+00:00″>

    and also shows a “/> in the frontend.

    As my developer saw, this is only a minor issue, since in php it doesn’t really matter if you use ” or ‘, it only has to be consistent.

    So changing line 302 in the hide-my-dates.php to

    $tdate = “<span class=’sdata’ title='” . $tdate . “‘></span>”;

    does the job to not break the code in the frontend.

    We would appriciate you to have an eye on this and maybe implement it in an update, so we can use your plugin for this site also.

    Sincerly

The topic ‘little bug fix please’ is closed to new replies.