Changeset 45599 for trunk/src/wp-mail.php
- Timestamp:
- 07/05/2019 01:44:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r42343 r45599 27 27 * @since 2.9.0 28 28 */ 29 do_action( 'wp-mail.php' ); 29 do_action( 'wp-mail.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 30 30 31 31 /** Get the POP3 class with which to access the mailbox. */
Note: See TracChangeset
for help on using the changeset viewer.