Fix class not found errors

This commit is contained in:
David Stone
2024-12-28 23:26:14 -07:00
parent 5896a993aa
commit b994a75db3
10 changed files with 15 additions and 15 deletions

View File

@ -553,7 +553,7 @@ class Email_Manager extends Base_Manager {
*
* @since 2.0.0
*
* @param WP_Error $error The error with the mailer.
* @param \WP_Error $error The error with the mailer.
* @return void.
*/
public function log_mailer_failure($error) {