From 56a31f392b5d6e3117dc5912a2826ec22262616d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 12 Dec 2015 15:55:27 +0000 Subject: [PATCH] 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 --- wp-includes/general-template.php | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index dbc70530bf..1d15d997b5 100644 --- a/wp-includes/general-template.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 46a1451eae..19971ff804 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.