You appear to be a bot. Output may be restricted
Description
Add schema markup attributes for comment content container.
Usage
$array = comment_content( $attributes );
Parameters
- $attributes
- ( array ) required – Existing attributes for comment content container.
Returns
array Amended attributes for comment content container.
Source
File name: genesis/lib/functions/schema.php
Lines:
1 to 6 of 6
function comment_content( $attributes ) { $attributes['itemprop'] = 'text'; return $attributes; }