Changeset 3438
- Timestamp:
- 01/15/06 22:04:21 (3 years ago)
- Files:
-
- trunk/wp-includes/template-functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/template-functions-post.php
r3393 r3438 4 4 $output = '<form action="' . get_settings('siteurl') . '/wp-pass.php" method="post"> 5 5 <p>' . __("This post is password protected. To view it please enter your password below:") . '</p> 6 <p><label>' . __("Password:") . ' <input name="post_password" type="password" size="20" /></label> <input type="submit" name=" ' . __("Submit") . '" value="Submit" /></p>6 <p><label>' . __("Password:") . ' <input name="post_password" type="password" size="20" /></label> <input type="submit" name="Submit" value="' . __("Submit") . '" /></p> 7 7 </form> 8 8 ';
