Changeset 48573 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 07/23/2020 12:46:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r48243 r48573 360 360 * @since 5.3.1 361 361 * 362 * @param array $ attributes Attributes object.362 * @param array $block_attributes Attributes object. 363 363 * @return string Serialized attributes. 364 364 */ … … 397 397 * @since 5.3.1 398 398 * 399 * @param string $block_name Block name.400 * @param array $ attributes Block attributes.401 * @param string $ content Block save content.399 * @param string $block_name Block name. 400 * @param array $block_attributes Block attributes. 401 * @param string $block_content Block save content. 402 402 * @return string Comment-delimited block content. 403 403 */
Note: See TracChangeset
for help on using the changeset viewer.