Bug Report – Missing ? in PHP tag
-
In the plugin settings under, ‘Step 3. – Where Should they be displayed?’ There is a missing ? in the php tag:
The output code for ‘Place via shortcode’ reads:
<php echo do_shortcode('[DISPLAY_ULTIMATE_SOCIAL_ICONS]'); ?>
It should read:
<?php echo do_shortcode('[DISPLAY_ULTIMATE_SOCIAL_ICONS]'); ?>
The difference being the leading ? in the opening php tag.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug Report – Missing ? in PHP tag’ is closed to new replies.