Changeset 48100 for trunk/tests/phpunit/tests/user/wpSendUserRequest.php
- Timestamp:
- 06/19/2020 10:53:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/wpSendUserRequest.php
r47279 r48100 223 223 * 224 224 * @param string $email_text Confirmation email text. 225 * @return string $email_textFiltered email text.225 * @return string Filtered email text. 226 226 */ 227 227 public function modify_email_content( $email_text ) { … … 253 253 * 254 254 * @param string|array $headers The email headers. 255 * @return array $headersThe new email headers.255 * @return array The new email headers. 256 256 */ 257 257 public function modify_email_headers( $headers ) {
Note: See TracChangeset
for help on using the changeset viewer.