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:
parent
9689976129
commit
7dbca374a6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue