Changeset 39638 for trunk/src/wp-includes/author-template.php
- Timestamp:
- 12/27/2016 09:20:11 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/author-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r39600 r39638 183 183 * If the author has a home page set, return an HTML link, otherwise just return the 184 184 * author's name. 185 * 186 * @since 3.0.0 185 187 * 186 188 * @return string|null An HTML link if the author's url exist in user meta, … … 503 505 * Helper function to clear the cache for number of authors. 504 506 * 507 * @since 3.2.0 508 * 505 509 * @private 506 510 */
Note: See TracChangeset
for help on using the changeset viewer.