Changeset 32116 for trunk/src/wp-includes/author-template.php
- Timestamp:
- 04/12/2015 09:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r31653 r32116 5 5 * These functions must be used within the WordPress Loop. 6 6 * 7 * @link http ://codex.wordpress.org/Author_Templates7 * @link https://codex.wordpress.org/Author_Templates 8 8 * 9 9 * @package WordPress … … 50 50 * @since 0.71 51 51 * @see get_the_author() 52 * @link http ://codex.wordpress.org/Template_Tags/the_author52 * @link https://codex.wordpress.org/Template_Tags/the_author 53 53 * 54 54 * @param string $deprecated Deprecated. … … 102 102 /** 103 103 * Retrieve the requested data of the author of the current post. 104 * @link http ://codex.wordpress.org/Template_Tags/the_author_meta104 * @link https://codex.wordpress.org/Template_Tags/the_author_meta 105 105 * @since 2.8.0 106 106 * @param string $field selects the field of the users record. … … 136 136 /** 137 137 * Retrieve the requested data of the author of the current post. 138 * @link http ://codex.wordpress.org/Template_Tags/the_author_meta138 * @link https://codex.wordpress.org/Template_Tags/the_author_meta 139 139 * @since 2.8.0 140 140 * @param string $field selects the field of the users record. … … 178 178 * author's name. 179 179 * 180 * @link http ://codex.wordpress.org/Template_Tags/the_author_link180 * @link https://codex.wordpress.org/Template_Tags/the_author_link 181 181 * 182 182 * @since 2.1.0 … … 204 204 * Display the number of posts by the author of the current post. 205 205 * 206 * @link http ://codex.wordpress.org/Template_Tags/the_author_posts206 * @link https://codex.wordpress.org/Template_Tags/the_author_posts 207 207 * @since 0.71 208 208 */ … … 218 218 * link to the author's posts. 219 219 * 220 * @link http ://codex.wordpress.org/Template_Tags/the_author_posts_link220 * @link https://codex.wordpress.org/Template_Tags/the_author_posts_link 221 221 * @since 1.2.0 222 222 * @param string $deprecated Deprecated. … … 288 288 * List all the authors of the blog, with several options available. 289 289 * 290 * @link http ://codex.wordpress.org/Template_Tags/wp_list_authors290 * @link https://codex.wordpress.org/Template_Tags/wp_list_authors 291 291 * 292 292 * @since 1.2.0
Note: See TracChangeset
for help on using the changeset viewer.