Changeset 50001 for trunk/src/wp-admin/export.php
- Timestamp:
- 01/22/2021 12:30:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/export.php
r47785 r50001 30 30 filters = form.find('.export-filters'); 31 31 filters.hide(); 32 form.find('input:radio'). change(function() {32 form.find('input:radio').on( 'change', function() { 33 33 filters.slideUp('fast'); 34 34 switch ( $(this).val() ) {
Note: See TracChangeset
for help on using the changeset viewer.