Skip to content

Instantly share code, notes, and snippets.

@Coopeh
Created May 29, 2013 12:37
Show Gist options
  • Save Coopeh/5669966 to your computer and use it in GitHub Desktop.
Save Coopeh/5669966 to your computer and use it in GitHub Desktop.
Post password form modification
<p><label for="' . $label . '">' . __("Password:") . ' <input name="post_password" id="' . $label . '" type="password" size="20" /></label><input type="hidden" name="fromWPForm" value="'. constant('LOGINFORMKEY') .'" /><input type="submit" name="Submit" value="' . esc_attr__("Submit") . '" /></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment