Ticket #53003: 53003-social-link.php.patch
| File 53003-social-link.php.patch, 521 bytes (added by , 5 years ago) |
|---|
-
src/wp-includes/blocks/social-link.php
10 10 * 11 11 * @param Array $attributes The block attributes. 12 12 * @param String $content InnerBlocks content of the Block. 13 * @param WPBlock$block Block object.13 * @param Object $block Block object. 14 14 * 15 15 * @return string Rendered HTML of the referenced block. 16 16 */