Changeset 37495
- Timestamp:
- 05/22/2016 06:24:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r37431 r37495 28 28 29 29 /** 30 * Filter the display name of the current post's author.30 * Filters the display name of the current post's author. 31 31 * 32 32 * @since 2.9.0 … … 89 89 90 90 /** 91 * Filter the display name of the author who last edited the current post.91 * Filters the display name of the author who last edited the current post. 92 92 * 93 93 * @since 2.8.0 … … 138 138 139 139 /** 140 * Filter the value of the requested user metadata.140 * Filters the value of the requested user metadata. 141 141 * 142 142 * The filter name is dynamic and depends on the $field parameter of the function. … … 259 259 260 260 /** 261 * Filter the link to the author page of the author of the current post.261 * Filters the link to the author page of the author of the current post. 262 262 * 263 263 * @since 2.9.0 … … 313 313 314 314 /** 315 * Filter the URL to the author's page.315 * Filters the URL to the author's page. 316 316 * 317 317 * @since 2.1.0 … … 481 481 482 482 /** 483 * Filter whether the site has more than one author with published posts.483 * Filters whether the site has more than one author with published posts. 484 484 * 485 485 * @since 3.2.0
Note: See TracChangeset
for help on using the changeset viewer.