Changeset 54193
- Timestamp:
- 09/17/2022 04:47:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-parser.php
r50137 r54193 63 63 * ) 64 64 * 65 * @since 4.2.065 * @since 5.0.0 66 66 * @var array 67 67 */ … … 165 165 * Class WP_Block_Parser 166 166 * 167 * Parses a document and constructs a list of parsed block objects167 * Parses a document and constructs a list of parsed blocks. 168 168 * 169 169 * @since 5.0.0 170 * @since 4.0.0 returns arrays not objects, all attributes are arrays171 170 */ 172 171 class WP_Block_Parser { … … 208 207 * Empty associative array, here due to PHP quirks 209 208 * 210 * @since 4.4.0209 * @since 5.0.0 211 210 * @var array empty associative array 212 211 */ … … 396 395 * @internal 397 396 * @since 5.0.0 398 * @since 4.6.1 fixed a bug in attribute parsing which caused catastrophic backtracking on invalid block comments399 397 * @return array 400 398 */ … … 469 467 * 470 468 * @internal 471 * @since 3.9.0469 * @since 5.0.0 472 470 * 473 471 * @param string $innerHTML HTML content of block.
Note: See TracChangeset
for help on using the changeset viewer.