Make WordPress Core


Ignore:
Timestamp:
10/22/2013 05:21:32 PM (13 years ago)
Author:
nacin
Message:

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-mail.php

    r25001 r25868  
    1111require(dirname(__FILE__) . '/wp-load.php');
    1212
     13/** This filter is documented in wp-admin/options.php */
    1314if ( ! apply_filters( 'enable_post_by_email_configuration', true ) )
    1415    wp_die( __( 'This action has been disabled by the administrator.' ) );
Note: See TracChangeset for help on using the changeset viewer.