Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25693, comment 5


Ignore:
Timestamp:
10/25/2013 02:07:53 PM (11 years ago)
Author:
ZaMoose
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25693, comment 5

    initial v1  
    33
    44One weird thing to note: in certain scenarios, we were noticing that autosaves were capturing the content, while user-initiated explicit save ops were eating it. I haven't looked too closely into this, but that at least suggests to me that we may want to see how the AJAX stuff is interacting differently and attempt to catch this there, too. (That is, if we feel like it could lead to data loss somehow.)
     5
     6Since we've hidden the charset setting from the admin, what would be the best way to allow for this? I doubt we want to start suggesting that users edit the `wp_options` table directly.