From 7dbca374a6152499e0a6dd81f819621574224f30 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 12 Dec 2015 15:54:11 +0000 Subject: [PATCH] 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 --- src/wp-includes/general-template.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index dbc70530bf..1d15d997b5 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -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.