Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25461, comment 9


Ignore:
Timestamp:
10/08/2013 10:37:19 PM (12 years ago)
Author:
buffler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25461, comment 9

    initial v1  
    22> The problem is (and correct me if I'm wrong) that this is a JQUERY issue...
    33
    4 I think this might actually be generated by the function {{{touch_time}}}, located at line 627 of {{{wp-admin/includes/template.php}}}. I have a patch going that works fine for me but might need some help, esp. with the translation side of things - but I'll attach it here so it can be improved upon (by yourself, Sharon, or anyone else who wants to improve it).
     4I think the date inputs are actually generated by the function {{{touch_time}}}, located at line 627 of {{{wp-admin/includes/template.php}}}. This function is called in the 'Publish' meta box on a post/page edit page, when quick-editing in an 'All posts/pages' list, and in the 'Status' meta box on a comment edit page.
     5
     6I have a patch going that works fine for me but might need some help, esp. with the translation side of things - but I'll attach it here so it can be improved upon (by yourself, Sharon, or anyone else who wants to improve it).