Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30803, comment 2


Ignore:
Timestamp:
03/13/2015 02:41:45 PM (10 years ago)
Author:
stephdau
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30803, comment 2

    initial v1  
    1 This isn't something that should be done automatically in WordPress core. It is, on the other hand, something perfect for and easy to do with a plugin, by hooking to `post_updated` (or similar).
     1This isn't something that should be done automatically in WordPress core. It is, on the other hand, something perfect for and easy to do with a plugin, by hooking to `post_updated` (or similar). Running on updates is fine, since Press This creates a post early, to satisfy the media library requirements, etc.