- Timestamp:
- 11/12/2018 02:26:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tests/phpunit/data/blocks/fixtures/core__subhead.parsed.json
r43751 r43884 4 4 "attrs": {}, 5 5 "innerBlocks": [], 6 "innerHTML": "\n<p class=\"wp-block-subhead\">This is a <em>subhead</em>.</p>\n" 6 "innerHTML": "\n<p class=\"wp-block-subhead\">This is a <em>subhead</em>.</p>\n", 7 "innerContent": [ "\n<p class=\"wp-block-subhead\">This is a <em>subhead</em>.</p>\n" ] 7 8 }, 8 9 { … … 10 11 "attrs": {}, 11 12 "innerBlocks": [], 12 "innerHTML": "\n" 13 "innerHTML": "\n", 14 "innerContent": [ "\n" ] 13 15 } 14 16 ]
Note: See TracChangeset
for help on using the changeset viewer.