mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.
Props ianbelanger, tobifjellner, SergeyBiryukov. See #47771. git-svn-id: https://develop.svn.wordpress.org/trunk@45674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -50,7 +50,7 @@ function get_the_author( $deprecated = '' ) {
|
||||
*
|
||||
* @since 0.71
|
||||
* @see get_the_author()
|
||||
* @link https://codex.wordpress.org/Template_Tags/the_author
|
||||
* @link https://developer.wordpress.org/reference/functions/the_author/
|
||||
*
|
||||
* @param string $deprecated Deprecated.
|
||||
* @param bool $deprecated_echo Deprecated. Use get_the_author(). Echo the string or return it.
|
||||
@@ -246,7 +246,7 @@ function get_the_author_link() {
|
||||
* If the author has a home page set, echo an HTML link, otherwise just echo the
|
||||
* author's name.
|
||||
*
|
||||
* @link https://codex.wordpress.org/Template_Tags/the_author_link
|
||||
* @link https://developer.wordpress.org/reference/functions/the_author_link/
|
||||
*
|
||||
* @since 2.1.0
|
||||
*/
|
||||
@@ -272,7 +272,7 @@ function get_the_author_posts() {
|
||||
/**
|
||||
* Display the number of posts by the author of the current post.
|
||||
*
|
||||
* @link https://codex.wordpress.org/Template_Tags/the_author_posts
|
||||
* @link https://developer.wordpress.org/reference/functions/the_author_posts/
|
||||
* @since 0.71
|
||||
*/
|
||||
function the_author_posts() {
|
||||
@@ -376,7 +376,7 @@ function get_author_posts_url( $author_id, $author_nicename = '' ) {
|
||||
/**
|
||||
* List all the authors of the site, with several options available.
|
||||
*
|
||||
* @link https://codex.wordpress.org/Template_Tags/wp_list_authors
|
||||
* @link https://developer.wordpress.org/reference/functions/wp_list_authors/
|
||||
*
|
||||
* @since 1.2.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user