Make WordPress Core


Ignore:
Timestamp:
03/18/2008 11:24:04 PM (18 years ago)
Author:
markjaquith
Message:

moderation.php is no more. All hail edit-comments.php?comment_status=moderated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable.php

    r7376 r7391  
    896896        $strCommentsPending = sprintf( __ngettext('%s comment', '%s comments', $comments_waiting), $comments_waiting );
    897897        $notify_message .= sprintf( __('Currently %s are waiting for approval. Please visit the moderation panel:'), $strCommentsPending ) . "\r\n";
    898         $notify_message .= get_option('siteurl') . "/wp-admin/moderation.php\r\n";
     898        $notify_message .= get_option('siteurl') . "/wp-admin/edit-comments.php?comment_status=moderated\r\n";
    899899
    900900        $subject = sprintf( __('[%1$s] Please moderate: "%2$s"'), get_option('blogname'), $post->post_title );
Note: See TracChangeset for help on using the changeset viewer.