Opened 11 years ago
Closed 11 years ago
#25551 closed defect (bug) (fixed)
Hook Docs: wp-mail.php
Reported by: | radices | Owned by: | ericlewis |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Inline Docs | Keywords: | has-patch |
Focuses: | Cc: |
Description
Attached patch has docs for
apply_filters( 'enable_post_by_email_configuration'
apply_filters('phone_content', $content);
apply_filters('wp_mail_original_content', $content);
do_action('wp-mail.php')
do_action('publish_phone', $post_ID);
Attachments (2)
Change History (10)
#3
@
11 years ago
I'm not sure how that got changed (wp_slash). I updated my copy of the file just before I starting working on it and only edited the docs part.
#4
@
11 years ago
@radices that's strange, this line was changed to use wp_slash() 7 months ago. I'd make sure you're all updated on svn again, and inspect the svn diff
output before submitting your next patch.
Also, perhaps related, your diff file's header implies that you aren't creating your patch correctly (see the absolute paths on your local machine included with the diff). Please review the Working with Patches section of the core contributor handbook, and make sure you're using svn diff
, either from command line, or through a version control application.
#6
@
11 years ago
- Keywords has-patch added; needs-patch removed
25551.1.diff incorporates changes from patch review in comment:1.
Hi radices,
thanks for the preliminary patch. Please see our inline documentation standards and conform your patch to it.
Some issues are