• When in TEXT mode, I have some php code on my site which is
    $wp_id = $current_user->id;
    $wp_username = $current_user->user_login;

    Sometimes there is a need to change to VISUAL to edit other parts of the page but whenever I change to VISUAL mode the above statements change to
    $wp_id = $current_user->id;
    $wp_username = $current_user->user_login;

    and consequently the page won’t save.

    I use ‘->’ or ‘=>’ quite a lot and it gets very tedious changing them all of the time. Is there a solution to this?
    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Problems with -> being changed to ->’ is closed to new replies.