code is using php shorttags …doesn't work
-
Using version 2.1.7, there are 2 instances of using PHP shorttags instead of the full php tag. This means it doesn’t work on later versions of PHP or on installations where shorttags are turned off.
The<?should be<?php.no_fancybox.php(Line 1): <? // Get the page name from the WP page slug configuration_menu.php(Line 199): <p>Website: <input type="text" readonly name="URI" value="<? print get_bloginfo('url'); ?>/" size="40"><?php _e("", 'gallery' ); ?>
The topic ‘code is using php shorttags …doesn't work’ is closed to new replies.