Ticket #39343: 39343.patch
File 39343.patch, 689 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/author-template.php
183 183 * If the author has a home page set, return an HTML link, otherwise just return the 184 184 * author's name. 185 185 * 186 * @since 3.0.0 187 * 186 188 * @return string|null An HTML link if the author's url exist in user meta, 187 189 * else the result of get_the_author(). 188 190 */ … … 502 504 /** 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 */ 507 511 function __clear_multi_author_cache() {