Changeset 28083 for trunk/src/wp-admin/options.php
- Timestamp:
- 04/12/2014 12:00:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r26518 r28083 109 109 110 110 /** 111 * Toggle post-by-email functionality.111 * Filter whether the post-by-email functionality is enabled. 112 112 * 113 113 * @since 3.0.0 114 114 * 115 * @param bool True or false, based on whether post-by-email configuration is enabled or not.115 * @param bool $enabled Whether post-by-email configuration is enabled. Default true. 116 116 */ 117 117 if ( apply_filters( 'enable_post_by_email_configuration', true ) )
Note: See TracChangeset
for help on using the changeset viewer.