Changeset 10606
- Timestamp:
- 01/20/2021 05:51:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/section-faq.js
r10573 r10606 11 11 // If there is no ID, create our own. 12 12 if ( ! id ) { 13 id = '#' +encodeURIComponent( $question.text().toLowerCase().trim() );13 id = encodeURIComponent( $question.text().toLowerCase().trim() ); 14 14 $question.attr( 'id', id ); 15 15 }
Note: See TracChangeset
for help on using the changeset viewer.