You appear to be a bot. Output may be restricted
Description
Add attributes for entry author link element.
Usage
$array = genesis_attributes_entry_author_link( $attributes );
Parameters
- $attributes
- ( array ) required – Existing attributes for entry author link element.
Returns
array Amended attributes for entry author link element.
Source
File name: genesis/lib/functions/markup.php
Lines:
1 to 7 of 7
function genesis_attributes_entry_author_link( $attributes ) { $attributes['rel'] = 'author'; return $attributes; }