Changeset 544066
- Timestamp:
- 05/14/2012 12:49:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smtp/trunk/smtp.php
r544064 r544066 2 2 /* 3 3 Plugin Name: SMTP 4 Version: 1.1 4 Version: 1.1.1 5 5 Plugin URI: http://hel.io/wordpress/smtp/ 6 6 Description: Allows you to configure and use a SMTP server (such as Gmail) for sending emails. … … 168 168 if ( $options['password'] ) 169 169 $placeholder = '••••••••••'; 170 echo "<input id='password' name='smtp_options[password]' type='password' value='' placeholder='{$placeholder}' />";170 echo "<input id='password' name='smtp_options[password]' type='password' class='regular-text' value='' placeholder='{$placeholder}' />"; 171 171 } 172 172
Note: See TracChangeset
for help on using the changeset viewer.