From 056b9c47a2114a23e9a892df2d5f79856dbe5a73 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 6 Jun 2019 23:52:51 +0000 Subject: [PATCH] Docs: Fix typo in `comment_class()` DocBlock. Props mbabker. Fixes #47499. Built from https://develop.svn.wordpress.org/trunk@45496 git-svn-id: http://core.svn.wordpress.org/trunk@45307 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 41031cba93..5158a6f8a7 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -423,7 +423,7 @@ function comment_author_url_link( $linktext = '', $before = '', $after = '', $co * Default empty. * @param int|WP_Comment $comment Comment ID or WP_Comment object. Default current comment. * @param int|WP_Post $post_id Post ID or WP_Post object. Default current post. - * @param bool $echo Optional. Whether to cho or return the output. + * @param bool $echo Optional. Whether to echo or return the output. * Default true. * @return string If `$echo` is false, the class will be returned. Void otherwise. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 96ff5d466f..10dd8c99dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45495'; +$wp_version = '5.3-alpha-45496'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.