Administration: Remove self-reference ("we") in WordPress Admin.
This changes updates many strings to remove self-references to an undefined "we" collective across the WordPress Administration. The goal of this change is to better match the guidelines and recommendations set forth in the make/core handbook, specifically: > the word "we" should be avoided (…) unless its made very clear which group is speaking. Props johnbillion, shital-patel, audrasjb, marybaum, SergeyBiryukov, peterwilsoncc, johnjamesjacoby, kebbet, costdev, chaion07, davidbaumwald. Fixes #46057. Built from https://develop.svn.wordpress.org/trunk@53131 git-svn-id: http://core.svn.wordpress.org/trunk@52720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -127,7 +127,7 @@ if ( ! empty( $tb_url ) && ! empty( $title ) ) {
|
||||
|
||||
$dupe = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM $wpdb->comments WHERE comment_post_ID = %d AND comment_author_url = %s", $comment_post_ID, $comment_author_url ) );
|
||||
if ( $dupe ) {
|
||||
trackback_response( 1, __( 'We already have a ping from that URL for this post.' ) );
|
||||
trackback_response( 1, __( 'There is already a ping from that URL for this post.' ) );
|
||||
}
|
||||
|
||||
$commentdata = compact( 'comment_post_ID', 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_content', 'comment_type' );
|
||||
|
||||
Reference in New Issue
Block a user