Changeset 50824 for trunk/src/wp-includes/blocks/social-link.php
- Timestamp:
- 05/07/2021 11:46:32 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/social-link.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/social-link.php
r50761 r50824 9 9 * Renders the `core/social-link` block on server. 10 10 * 11 * @param Array $attributes The block attributes.12 * @param String $contentInnerBlocks content of the Block.13 * @param WP Block $blockBlock object.11 * @param Array $attributes The block attributes. 12 * @param String $content InnerBlocks content of the Block. 13 * @param WP_Block $block Block object. 14 14 * 15 15 * @return string Rendered HTML of the referenced block.
Note: See TracChangeset
for help on using the changeset viewer.