Changeset 16736
- Timestamp:
- 12/05/2010 09:29:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r15946 r16736 49 49 $.post(ajaxurl, { 50 50 action: 'date_format_custom' == format.attr('name') ? 'date_format' : 'time_format', 51 date : format.val() ,51 date : format.val() 52 52 }, function(d) { format.siblings('img').css('visibility','hidden'); format.siblings('.example').text(d); } ); 53 53 });
Note: See TracChangeset
for help on using the changeset viewer.