From 0b37b225a1b3b6412312ccd3015ef12ce587f0df Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 15 Dec 2010 12:09:53 +0000 Subject: [PATCH] Grammar and spelling. see #15824. git-svn-id: https://develop.svn.wordpress.org/trunk@16946 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 257d47c6b1..2d61529a76 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3264,9 +3264,9 @@ function atom_service_url_filter($url) * to get the backtrace up to what file and function called the deprecated * function. * - * The current behavior is to trigger an user error if WP_DEBUG is true. + * The current behavior is to trigger a user error if WP_DEBUG is true. * - * This function is to be used in every function in depreceated.php + * This function is to be used in every function that is deprecated. * * @package WordPress * @subpackage Debug @@ -3302,9 +3302,9 @@ function _deprecated_function( $function, $version, $replacement=null ) { * to get the backtrace up to what file and function included the deprecated * file. * - * The current behavior is to trigger an user error if WP_DEBUG is true. + * The current behavior is to trigger a user error if WP_DEBUG is true. * - * This function is to be used in every file that is depreceated + * This function is to be used in every file that is deprecated. * * @package WordPress * @subpackage Debug @@ -3350,7 +3350,7 @@ function _deprecated_file( $file, $version, $replacement = null, $message = '' ) * to get the backtrace up to what file and function used the deprecated * argument. * - * The current behavior is to trigger an user error if WP_DEBUG is true. + * The current behavior is to trigger a user error if WP_DEBUG is true. * * @package WordPress * @subpackage Debug @@ -3386,7 +3386,7 @@ function _deprecated_argument( $function, $version, $message = null ) { * to get the backtrace up to what file and function called the deprecated * function. * - * The current behavior is to trigger an user error if WP_DEBUG is true. + * The current behavior is to trigger a user error if WP_DEBUG is true. * * @package WordPress * @subpackage Debug