mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Grammar and spelling. see #15824.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f0b562c861
commit
a5ae036374
@ -3264,9 +3264,9 @@ function atom_service_url_filter($url)
|
|||||||
* to get the backtrace up to what file and function called the deprecated
|
* to get the backtrace up to what file and function called the deprecated
|
||||||
* function.
|
* 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
|
* @package WordPress
|
||||||
* @subpackage Debug
|
* @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
|
* to get the backtrace up to what file and function included the deprecated
|
||||||
* file.
|
* 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
|
* @package WordPress
|
||||||
* @subpackage Debug
|
* @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
|
* to get the backtrace up to what file and function used the deprecated
|
||||||
* argument.
|
* 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
|
* @package WordPress
|
||||||
* @subpackage Debug
|
* @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
|
* to get the backtrace up to what file and function called the deprecated
|
||||||
* function.
|
* 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
|
* @package WordPress
|
||||||
* @subpackage Debug
|
* @subpackage Debug
|
||||||
|
Loading…
Reference in New Issue
Block a user