Make WordPress Core


Ignore:
Timestamp:
04/12/2014 12:00:32 AM (11 years ago)
Author:
DrewAPicture
Message:

Priority fixes for various existing hook documentation.

Props kpdesign.
See #26869

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options.php

    r26518 r28083  
    109109
    110110    /**
    111      * Toggle post-by-email functionality.
     111     * Filter whether the post-by-email functionality is enabled.
    112112     *
    113113     * @since 3.0.0
    114114     *
    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.
    116116     */
    117117    if ( apply_filters( 'enable_post_by_email_configuration', true ) )
Note: See TracChangeset for help on using the changeset viewer.