parsing - Parse error: syntax error, unexpected '[' -
was trying install wp plugin- dt world clock , got error msg.
the actual error msg:
parse error: syntax error, unexpected '[' in /var/www/html/wp-content/plugins/dt-world-clock/dt-world-clock.php on line 415
and line 415 is:
function dt_world_clock_shortcode($atts = [], $content = null, $tag = '') {
i have no idea edit-
would appreciate help...
try function dt_world_clock_shortcode($atts = array(), $content = null, $tag = "") {
Comments
Post a Comment