Changeset 2386845
- Timestamp:
- 09/23/2020 06:48:28 AM (5 years ago)
- Location:
- onwebchat
- Files:
-
- 2 edited
-
tags/3.2.0/onwebchat.php (modified) (1 diff)
-
trunk/onwebchat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
onwebchat/tags/3.2.0/onwebchat.php
r2384872 r2386845 251 251 252 252 <div class="username-div"> 253 <strong>Email: </strong><input class="username-text-field" type="text" name="onWebChatUser" value="<?php echo get_option( 'onwebchat_plugin_option_user' ); ?>"/> 254 </div> 253 <!-- sanitize user-provided parameter --> 254 <strong>Email: </strong><input class="username-text-field" type="text" name="onWebChatUser" value="<?php echo esc_attr(get_option( 'onwebchat_plugin_option_user' )); ?>"/> 255 </div> 256 255 257 <div class="password-div"> 256 258 <strong>Password: </strong><input class="password-text-field" type="password" name="onWebChatPass" value="<?php echo get_option( 'onWebChatPass' ); ?>"/> -
onwebchat/trunk/onwebchat.php
r2384872 r2386845 251 251 252 252 <div class="username-div"> 253 <strong>Email: </strong><input class="username-text-field" type="text" name="onWebChatUser" value="<?php echo get_option( 'onwebchat_plugin_option_user' ); ?>"/> 254 </div> 253 <!-- sanitize user-provided parameter --> 254 <strong>Email: </strong><input class="username-text-field" type="text" name="onWebChatUser" value="<?php echo esc_attr(get_option( 'onwebchat_plugin_option_user' )); ?>"/> 255 </div> 256 255 257 <div class="password-div"> 256 258 <strong>Password: </strong><input class="password-text-field" type="password" name="onWebChatPass" value="<?php echo get_option( 'onWebChatPass' ); ?>"/>
Note: See TracChangeset
for help on using the changeset viewer.