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:
Sergey Biryukov
2019-07-25 22:44:48 +00:00
parent 77a1f39484
commit ae8a620efb
64 changed files with 106 additions and 106 deletions

View File

@@ -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
*