Ticket #7758: the_password_form-filter.diff
| File the_password_form-filter.diff, 534 bytes (added by dancoulter, 5 years ago) |
|---|
-
wp-includes/post-template.php
923 923 <p><label for="' . $label . '">' . __("Password:") . ' <input name="post_password" id="' . $label . '" type="password" size="20" /></label> <input type="submit" name="Submit" value="' . __("Submit") . '" /></p> 924 924 </form> 925 925 '; 926 return $output;926 return apply_filters('the_password_form', $output); 927 927 } 928 928 929 929 /**
