Make WordPress Core


Ignore:
Timestamp:
12/12/2015 03:51:57 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Document optional parameters in get_archives_link().

Props kiranpotphode.
Fixes #34856.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r35706 r35886  
    14681468 * @param string $text   Archive text description.
    14691469 * @param string $format Optional, default is 'html'. Can be 'link', 'option', 'html', or custom.
    1470  * @param string $before Optional.
    1471  * @param string $after  Optional.
     1470 * @param string $before Optional. Content to prepend to the description. Default empty.
     1471 * @param string $after  Optional. Content to append to the description. Default empty.
    14721472 * @return string HTML link content for archive.
    14731473 */
Note: See TracChangeset for help on using the changeset viewer.