Plugin Directory

Changeset 544066


Ignore:
Timestamp:
05/14/2012 12:49:56 PM (13 years ago)
Author:
hel.io
Message:

added class="regular-text" to password field and upped version to 1.1.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smtp/trunk/smtp.php

    r544064 r544066  
    22/*
    33Plugin Name: SMTP
    4 Version: 1.1
     4Version: 1.1.1
    55Plugin URI: http://hel.io/wordpress/smtp/
    66Description: Allows you to configure and use a SMTP server (such as Gmail) for sending emails.
     
    168168    if ( $options['password'] )
    169169        $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}' />";
    171171}
    172172
Note: See TracChangeset for help on using the changeset viewer.