This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ class WP_Block_Parser {
* List of parsed blocks
*
* @since 5.0.0
* @var WP_Block_Parser_Block[]
* @var array[]
*/
public $output;
@@ -303,7 +303,7 @@ class WP_Block_Parser {
* Returns a new block object for freeform HTML
*
* @internal
* @since 3.9.0
* @since 5.0.0
*
* @param string $inner_html HTML content of block.
* @return WP_Block_Parser_Block freeform block object.