Changeset 30105 for trunk/src/wp-includes/author-template.php
- Timestamp:
- 10/30/2014 01:04:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r28909 r30105 17 17 * 18 18 * @uses $authordata The current author's DB object. 19 * @uses apply_filters() Calls 'the_author' hook on the author display name.20 19 * 21 20 * @param string $deprecated Deprecated. … … 72 71 * @since 2.8.0 73 72 * 74 * @uses $post The current post's DB object.75 * @uses get_post_meta() Retrieves the ID of the author who last edited the current post.76 * @uses get_userdata() Retrieves the author's DB object.77 * @uses apply_filters() Calls 'the_modified_author' hook on the author display name.78 73 * @return string The author's display name. 79 74 */ … … 109 104 * @link http://codex.wordpress.org/Template_Tags/the_author_meta 110 105 * @since 2.8.0 111 * @uses $authordata The current author's DB object (if $user_id not specified).112 106 * @param string $field selects the field of the users record. 113 107 * @param int $user_id Optional. User ID. … … 169 163 * If the author has a home page set, return an HTML link, otherwise just return the 170 164 * author's name. 171 *172 * @uses get_the_author_meta()173 * @uses get_the_author()174 165 */ 175 166 function get_the_author_link() { … … 190 181 * 191 182 * @since 2.1.0 192 *193 * @uses get_the_author_link()194 183 */ 195 184 function the_author_link() { … … 202 191 * @since 1.5.0 203 192 * 204 * @uses $post The current post in the Loop's DB object.205 * @uses count_user_posts()206 193 * @return int The number of posts by the author. 207 194 */ … … 219 206 * @link http://codex.wordpress.org/Template_Tags/the_author_posts 220 207 * @since 0.71 221 * @uses get_the_author_posts() Echoes returned value from function.222 208 */ 223 209 function the_author_posts() { … … 234 220 * @link http://codex.wordpress.org/Template_Tags/the_author_posts_link 235 221 * @since 1.2.0 236 * @uses $authordata The current author's DB object.237 * @uses get_author_posts_url()238 * @uses get_the_author()239 222 * @param string $deprecated Deprecated. 240 223 */
Note: See TracChangeset
for help on using the changeset viewer.