- Timestamp:
- 01/06/2019 08:18:08 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
- Property svn:mergeinfo changed
/trunk merged: 43659,44408
- Property svn:mergeinfo changed
-
branches/5.0/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
r41593 r44409 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.