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
This commit is contained in:
Sergey Biryukov 2020-07-07 09:30:04 +00:00
parent 156fcc21be
commit 371dbf6dcf
2 changed files with 3 additions and 2 deletions

View File

@ -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 ) {

View File

@ -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.