Changeset 9777
- Timestamp:
- 04/27/2020 12:26:47 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/js/page-dashicons.js
r9776 r9777 35 35 glyphtext = jQuery('#temp').text(); 36 36 37 var sectionName = jQuery('#iconlist div.dashicons-' + permalink ).prev Until('h4').last().prev().text();37 var sectionName = jQuery('#iconlist div.dashicons-' + permalink ).prevAll('h4').first().text(); 38 38 39 39 var tmpl = wp.template( 'glyphs' );
Note: See TracChangeset
for help on using the changeset viewer.