[wp-trac] [WordPress Trac] #16215: Post Revision history displays the incorrect author

WordPress Trac noreply at wordpress.org
Tue Mar 26 02:36:59 UTC 2013


#16215: Post Revision history displays the incorrect author
--------------------------------------------------+-----------------------
 Reporter:  mdawaffe                              |       Owner:  westi
     Type:  defect (bug)                          |      Status:  accepted
 Priority:  normal                                |   Milestone:  3.6
Component:  Revisions                             |     Version:  2.6
 Severity:  normal                                |  Resolution:
 Keywords:  dev-feedback needs-testing has-patch  |
--------------------------------------------------+-----------------------

Comment (by markjaquith):

 Replying to [comment:57 mdawaffe]:
 > I worry about race conditions when multiple people (or multiple windows)
 open the same edit screen.  Has anyone reviewed my option-based locking
 code?

 Looks like it uses `time()`, which is only granular to the second. Let's
 get some more granularity with `number_format( microtime( true ), 10, '.',
 '' )`

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16215#comment:61>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list