• I am very new to wordpress, i created a site and all seemed to be working well, then i got the following error

    Parse error: syntax error, unexpected T_STRING in /home3/modular/public_html/buenquito.com/site2/wp-login.php on line 503

    when i go to the wp-login.phg this is the code from line 499-504

    add_action(‘wp_enqueue_script’,’register_my_scripts’);

    add_action(‘admin_init’, ‘load_scr

    wp_enqueue_script(‘utils’);
    wp_enqueue_script(‘user-profile’);

    any suggestions or thoughts on how I can fix this

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Parse error: syntax error, unexpected T_STRING in /home3/modular/public_html/bue’ is closed to new replies.