Changeset 57066 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 11/06/2023 01:35:28 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r57065 r57066 765 765 * any blocks hooked `before` the given block and as its parent's `first_child`, respectively. 766 766 * 767 * This function is meant for internal use only. 768 * 767 769 * @since 6.4.0 768 770 * @access private … … 839 841 * `last_child`, respectively. 840 842 * 843 * This function is meant for internal use only. 844 * 841 845 * @since 6.4.0 842 846 * @access private … … 1036 1040 * into the return value. Prefer `serialize_block` when preparing a block to be saved to post content. 1037 1041 * 1042 * This function is meant for internal use only. 1043 * 1038 1044 * @since 6.4.0 1045 * @access private 1039 1046 * 1040 1047 * @see serialize_block() … … 1118 1125 * into the return value. Prefer `serialize_blocks` when preparing blocks to be saved to post content. 1119 1126 * 1127 * This function is meant for internal use only. 1128 * 1120 1129 * @since 6.4.0 1130 * @access private 1121 1131 * 1122 1132 * @see serialize_blocks()
Note: See TracChangeset
for help on using the changeset viewer.