Changeset 57071
- Timestamp:
- 11/06/2023 03:27:52 PM (13 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-includes/blocks.php
r57043 r57071 759 759 * any blocks hooked `before` the given block and as its parent's `first_child`, respectively. 760 760 * 761 * This function is meant for internal use only. 762 * 761 763 * @since 6.4.0 762 764 * @access private … … 833 835 * `last_child`, respectively. 834 836 * 837 * This function is meant for internal use only. 838 * 835 839 * @since 6.4.0 836 840 * @access private … … 1030 1034 * into the return value. Prefer `serialize_block` when preparing a block to be saved to post content. 1031 1035 * 1036 * This function is meant for internal use only. 1037 * 1032 1038 * @since 6.4.0 1039 * @access private 1033 1040 * 1034 1041 * @see serialize_block() … … 1112 1119 * into the return value. Prefer `serialize_blocks` when preparing blocks to be saved to post content. 1113 1120 * 1121 * This function is meant for internal use only. 1122 * 1114 1123 * @since 6.4.0 1124 * @access private 1115 1125 * 1116 1126 * @see serialize_blocks()
Note: See TracChangeset
for help on using the changeset viewer.