• Hi,

    nice Plugin.

    Please, in pagely-multiedit/multiedit.php could you update these 2 PHP calls in your code because it generates a small error on the two radio inputs when shorthand support isn’t enabled on a server?

    <?= $opts[‘shortcodes’] == 1 ? “checked=’checked'” : ”?>/>
    <?= $opts[‘shortcodes’] == 0 ? “checked=’checked'” : ”?>/>
    to
    <?php print $opts[‘shortcodes’] == 1 ? “checked=’checked'” : ”?>/>
    <?php print $opts[‘shortcodes’] == 0 ? “checked=’checked'” : ”?>/>

    thanks,
    Laurent

    http://wordpress.org/extend/plugins/pagely-multiedit/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Page.ly MultiEdit] Change PHP syntaxe when no shorthand support’ is closed to new replies.