Make WordPress Core


Ignore:
Timestamp:
03/27/2021 01:32:55 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Spell "non-existent" in a consistent way.

See #52628.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/mail.php

    r49844 r50610  
    172172
    173173                // Non-fatal errors.
    174                 $this->assertTrue( wp_mail( 'valid@address.com', 'subject', 'body', "Cc: invalid-address\nBcc: @invalid.address", ABSPATH . '/non-existant-file.html' ) );
     174                $this->assertTrue( wp_mail( 'valid@address.com', 'subject', 'body', "Cc: invalid-address\nBcc: @invalid.address", ABSPATH . '/non-existent-file.html' ) );
    175175
    176176                // Fatal errors.
Note: See TracChangeset for help on using the changeset viewer.