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

See #34856.
Built from https://develop.svn.wordpress.org/trunk@35887


git-svn-id: http://core.svn.wordpress.org/trunk@35851 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-12-12 15:55:27 +00:00
parent 3da5165287
commit 56a31f392b
2 changed files with 1 additions and 3 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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35886';
$wp_version = '4.5-alpha-35887';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.