- Timestamp:
- 09/24/2018 08:56:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
r42343 r43659 75 75 if ( $args['title'] ) { 76 76 $aria_hidden = ''; 77 $unique_id = uniqid();77 $unique_id = twentyseventeen_unique_id(); 78 78 $aria_labelledby = ' aria-labelledby="title-' . $unique_id . '"'; 79 79
Note: See TracChangeset
for help on using the changeset viewer.