Changes between Initial Version and Version 1 of Ticket #23498, comment 2
- Timestamp:
- 12/12/2013 02:27:46 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23498, comment 2
initial v1 15 15 I guess we have the following options to fix this: 16 16 * `'admin' == $author->user_login`. 17 * `1 <>$author->ID` (from #9165).17 * `1 == $author->ID` (from #9165). 18 18 * `get_option('admin_email') == $author->user_email` (from comment:1).