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:
parent
156fcc21be
commit
371dbf6dcf
|
@ -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 ) {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue