Make WordPress Core

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


Ignore:
Timestamp:
12/12/2013 02:27:46 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23498, comment 2

    initial v1  
    1515I guess we have the following options to fix this:
    1616* `'admin' == $author->user_login`.
    17 * `1 <> $author->ID` (from #9165).
     17* `1 == $author->ID` (from #9165).
    1818* `get_option('admin_email') == $author->user_email` (from comment:1).