Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28618, comment 8


Ignore:
Timestamp:
08/20/2025 11:41:40 AM (4 months ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28618, comment 8

    initial v1  
    1 Ok, after doing a little more research, yes I could reproduce this in a single test, but I could not reproduce in a plugin as the reporter suggested, because tests run in a different DB, and there should not be any `active_plugins` in the `wp_options` table by default unless we are doing something very wrong. This plugin thing was misdirecting my attention.
     1Ok, after doing a little more research, yes I could reproduce this in a single test, but I could not reproduce in a plugin as the reporter suggested, because I forgot that tests run in a different DB, and there should not be any `active_plugins` in the `wp_options` table by default unless we are doing something very wrong. This plugin thing was misdirecting my attention.
    22
    33But now I've been looking into how the `tear_down` in `wpMail` is running the `reset_phpmailer_instance`.