Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19570, comment 128


Ignore:
Timestamp:
03/31/2013 01:15:28 AM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19570, comment 128

    initial v1  
    1010}}}
    1111
    12 And then we update them all at once in [https://core.trac.wordpress.org/browser/trunk/wp-admin/includes/post.php#L205 wp-admin/includes/post.php] and add all on every revision and autosave? That would make the postmeta table "explode" :)
     12And then we update them [https://core.trac.wordpress.org/browser/trunk/wp-admin/includes/post.php#L205 all at once] and add all on every revision and autosave? That would make the postmeta table "explode" :)
    1313
    1414Why not one meta field that keeps all needed data? What happens when more than one format meta is set on a post? Do we need to keep all unused meta for the main post in addition to having it in the revisions?