@@ -220,6 +220,7 @@ |
||
220 | 220 | * Extracts the tweetable text from a block. |
221 | 221 | * |
222 | 222 | * @param array $block The block, as represented in the block editor. |
223 | + * @return string |
|
223 | 224 | */ |
224 | 225 | private static function extract_text_from_block( $block ) { |
225 | 226 | if ( empty( self::$supported_blocks[ $block['name'] ] ) ) { |