Reference proper function equivalents in deprecated.php. props pross, fixes #15253.
git-svn-id: https://develop.svn.wordpress.org/trunk@17541 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4876de9bed
commit
04f55d16ff
@ -1323,7 +1323,7 @@ function get_category_children( $id, $before = '/', $after = '', $visited = arra
|
||||
*
|
||||
* @since 1.5
|
||||
* @deprecated 2.8
|
||||
* @deprecated Use the_author_meta('description')
|
||||
* @deprecated Use get_the_author_meta('description')
|
||||
* @see get_the_author_meta()
|
||||
*
|
||||
* @return string The author's description.
|
||||
@ -1351,7 +1351,7 @@ function the_author_description() {
|
||||
*
|
||||
* @since 1.5
|
||||
* @deprecated 2.8
|
||||
* @deprecated Use the_author_meta('login')
|
||||
* @deprecated Use get_the_author_meta('login')
|
||||
* @see get_the_author_meta()
|
||||
*
|
||||
* @return string The author's login name (username).
|
||||
@ -1379,7 +1379,7 @@ function the_author_login() {
|
||||
*
|
||||
* @since 1.5
|
||||
* @deprecated 2.8
|
||||
* @deprecated Use the_author_meta('first_name')
|
||||
* @deprecated Use get_the_author_meta('first_name')
|
||||
* @see get_the_author_meta()
|
||||
*
|
||||
* @return string The author's first name.
|
||||
|
Loading…
Reference in New Issue
Block a user