Make WordPress Core

Ticket #39343: 39343.patch

File 39343.patch, 689 bytes (added by keesiemeijer, 8 years ago)

Add missing @since tags

  • src/wp-includes/author-template.php

     
    183183 * If the author has a home page set, return an HTML link, otherwise just return the
    184184 * author's name.
    185185 *
     186 * @since  3.0.0
     187 *
    186188 * @return string|null An HTML link if the author's url exist in user meta,
    187189 *                     else the result of get_the_author().
    188190 */
     
    502504/**
    503505 * Helper function to clear the cache for number of authors.
    504506 *
     507 * @since  3.2.0
     508 *
    505509 * @private
    506510 */
    507511function __clear_multi_author_cache() {