Make WordPress Core

Changeset 2498


Ignore:
Timestamp:
03/30/2005 05:45:30 AM (19 years ago)
Author:
ryan
Message:

Accidentally dropped admin_email var. http://mosquito.wordpress.org/view.php?id=1190 Props: MtDewVirus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-functions.php

    r2477 r2498  
    706706
    707707        $subject = sprintf( __('[%1$s] Please moderate: "%2$s"'), get_settings('blogname'), $post->post_title );
     708        $admin_email = get_settings("admin_email");
    708709
    709710    @wp_mail($admin_email, $subject, $notify_message);
Note: See TracChangeset for help on using the changeset viewer.