Make WordPress Core

Changeset 16736


Ignore:
Timestamp:
12/05/2010 09:29:59 PM (14 years ago)
Author:
scribu
Message:

Fix IE JS error in options-general.php. Props ocean90. Fixes #15680

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-general.php

    r15946 r16736  
    4949            $.post(ajaxurl, {
    5050                    action: 'date_format_custom' == format.attr('name') ? 'date_format' : 'time_format',
    51                     date : format.val(),
     51                    date : format.val()
    5252                }, function(d) { format.siblings('img').css('visibility','hidden'); format.siblings('.example').text(d); } );
    5353        });
Note: See TracChangeset for help on using the changeset viewer.