Docs: Remove `@todo` entry from `get_archives_link()`, as all optional arguments are now documented.

See #34856.

git-svn-id: https://develop.svn.wordpress.org/trunk@35887 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-12-12 15:54:11 +00:00
parent 9689976129
commit 7dbca374a6
1 changed files with 0 additions and 2 deletions

View File

@ -1462,8 +1462,6 @@ function get_the_archive_description() {
*
* @since 1.0.0
*
* @todo Properly document optional arguments as such
*
* @param string $url URL to archive.
* @param string $text Archive text description.
* @param string $format Optional, default is 'html'. Can be 'link', 'option', 'html', or custom.