Docs: Typo fix in `WP_REST_Block_Pattern_Categories_Controller` docblock.
Props Soean. Fixes #58204. Built from https://develop.svn.wordpress.org/trunk@55692 git-svn-id: http://core.svn.wordpress.org/trunk@55204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9953e9e51d
commit
4c8a5d8d28
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* REST API: WP_REST_Block_Pattern_Catergories_Controller class
|
||||
* REST API: WP_REST_Block_Pattern_Categories_Controller class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage REST_API
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55691';
|
||||
$wp_version = '6.3-alpha-55692';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue