Reference proper function equivalents in deprecated.php. props pross, fixes #15253.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a678aa115a
commit
eb0c3c6419
|
@ -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