This plugin adds “amp;” to “&” character. Please fix.
-
Hi there, on my blog here, see section 5.4 and you will see this code:
if(
!empty($user->firstname) &&
!empty($user->email) &&
!empty($user->password) &&
$user->create()
)This plugin adds “amp;” to “&” character. It must look like this:
if(
!empty($user->firstname) &&
!empty($user->email) &&
!empty($user->password) &&
$user->create()
)Please fix. Thank you.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘This plugin adds “amp;” to “&” character. Please fix.’ is closed to new replies.