Changeset 54194
- Timestamp:
- 09/17/2022 05:11:51 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-parser.php
r54193 r54194 192 192 * 193 193 * @since 5.0.0 194 * @var WP_Block_Parser_Block[]194 * @var array[] 195 195 */ 196 196 public $output; … … 222 222 * 223 223 * @param string $document Input document being parsed. 224 * @return WP_Block_Parser_Block[]224 * @return array[] 225 225 */ 226 226 function parse( $document ) {
Note: See TracChangeset
for help on using the changeset viewer.