From 371dbf6dcf7921337d344efbbc34515573f4d99b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 7 Jul 2020 09:30:04 +0000 Subject: [PATCH] Docs: Miscellaneous DocBlock corrections. See #49572. Built from https://develop.svn.wordpress.org/trunk@48365 git-svn-id: http://core.svn.wordpress.org/trunk@48134 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-block-patterns-registry.php | 3 ++- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-block-patterns-registry.php b/wp-includes/class-wp-block-patterns-registry.php index b7512d8121..18554f8b04 100644 --- a/wp-includes/class-wp-block-patterns-registry.php +++ b/wp-includes/class-wp-block-patterns-registry.php @@ -33,7 +33,8 @@ final class WP_Block_Patterns_Registry { * @since 5.5.0 * * @param string $pattern_name Pattern name including namespace. - * @param array $pattern_properties Array containing the properties of the pattern: title, content, description, viewportWidth, categories, keywords. + * @param array $pattern_properties Array containing the properties of the pattern: title, + * content, description, viewportWidth, categories, keywords. * @return bool True if the pattern was registered with success and false otherwise. */ public function register( $pattern_name, $pattern_properties ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 2a652f9931..1790e9998e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48364'; +$wp_version = '5.5-alpha-48365'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.