Priority fixes for various existing hook documentation.

Props kpdesign.
See #26869


git-svn-id: https://develop.svn.wordpress.org/trunk@28083 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture)
2014-04-12 00:00:32 +00:00
parent 8f0329b452
commit b5612f8b80
10 changed files with 48 additions and 28 deletions
+2 -2
View File
@@ -108,11 +108,11 @@ if ( !is_multisite() ) {
$whitelist_options['general'][] = 'WPLANG';
/**
* Toggle post-by-email functionality.
* Filter whether the post-by-email functionality is enabled.
*
* @since 3.0.0
*
* @param bool True or false, based on whether post-by-email configuration is enabled or not.
* @param bool $enabled Whether post-by-email configuration is enabled. Default true.
*/
if ( apply_filters( 'enable_post_by_email_configuration', true ) )
$whitelist_options['writing'] = array_merge($whitelist_options['writing'], $mail_options);