Ticket #40515: 40515.diff
| File 40515.diff, 1.2 KB (added by , 9 years ago) |
|---|
-
src/wp-admin/includes/options.php
53 53 if ( "date_format_custom_radio" != $(this).attr("id") ) 54 54 $( "input[name='date_format_custom']" ).val( $( this ).val() ).siblings( '.example' ).text( $( this ).parent( 'label' ).children( '.format-i18n' ).text() ); 55 55 }); 56 $( "input[name='date_format_custom']").focus(function(){56 $( 'input[name="date_format_custom"]' ).on( 'click input', function() { 57 57 $( '#date_format_custom_radio' ).prop( 'checked', true ); 58 58 }); 59 59 … … 61 61 if ( "time_format_custom_radio" != $(this).attr("id") ) 62 62 $( "input[name='time_format_custom']" ).val( $( this ).val() ).siblings( '.example' ).text( $( this ).parent( 'label' ).children( '.format-i18n' ).text() ); 63 63 }); 64 $( "input[name='time_format_custom']").focus(function(){64 $( 'input[name="time_format_custom"]' ).on( 'click input', function() { 65 65 $( '#time_format_custom_radio' ).prop( 'checked', true ); 66 66 }); 67 67 $("input[name='date_format_custom'], input[name='time_format_custom']").change( function() {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)