• I am using WordPress 2.0 RC3 and noticed that a new user who has an apostrophe in the user name is getting their name being displayed without calling:

    $content = stripslashes(trim($content));

    This happens on the blog as well as in the User editor. I would not know where to put this into the code and I would appreciate a bit of help fixing this.

    Happy Holidays!

    R.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I can’t replicate this. Usernames with apostrophes are working fine. Could you clarify where exactly this is happening?

    Thread Starter rythan

    (@rythan)

    Sorry for the delay in replying.

    Head on over to https://family.darktech.org/blog/ and see for yourself. All comments and the user editor shows Zzub’s Angel Girl as Zzub\’s Angel Girl.

    I tried to fix this with the user editor and it would not work.

    Suggestions?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘User Name/Display Name not calling $content = stripslashes(trim($content));’ is closed to new replies.