Changeset 53859
- Timestamp:
- 08/08/2022 08:31:03 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r53858 r53859 804 804 805 805 /** 806 * Render inner blocks from the allowed wrapper blocks806 * Renders inner blocks from the allowed wrapper blocks 807 807 * for generating an excerpt. 808 808 * … … 837 837 * @since 5.0.0 838 838 * 839 * @global WP_Post $postThe post to edit.839 * @global WP_Post $post The post to edit. 840 840 * 841 841 * @param array $parsed_block A single parsed block object. … … 916 916 function parse_blocks( $content ) { 917 917 /** 918 * Filter to allow plugins to replace the server-side block parser 918 * Filter to allow plugins to replace the server-side block parser. 919 919 * 920 920 * @since 5.0.0 … … 1207 1207 * 1208 1208 * @param WP_Block $block Block instance. 1209 * @param boolean $is_next Flag for handling `next/previous` blocks. 1210 * 1209 * @param bool $is_next Flag for handling `next/previous` blocks. 1211 1210 * @return string|null The pagination arrow HTML or null if there is none. 1212 1211 */
Note: See TracChangeset
for help on using the changeset viewer.