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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user