Changeset 48100 for trunk/tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php
- Timestamp:
- 06/19/2020 10:53:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php
r47279 r48100 199 199 * 200 200 * @param string $user_email The email address of the notification recipient. 201 * @return string $user_emailThe email address of the notification recipient.201 * @return string The email address of the notification recipient. 202 202 */ 203 203 public function filter_email_address( $user_email ) { … … 225 225 * 226 226 * @param string $subject The email subject. 227 * @return string $subjectThe email subject.227 * @return string The email subject. 228 228 */ 229 229 public function filter_email_subject( $subject ) { … … 251 251 * 252 252 * @param string $email_text Text in the email. 253 * @return string $email_textText in the email.253 * @return string Text in the email. 254 254 */ 255 255 public function filter_email_body_text( $email_text ) { … … 279 279 * 280 280 * @param string|array $headers The email headers. 281 * @return array $headersThe new email headers.281 * @return array The new email headers. 282 282 */ 283 283 public function modify_email_headers( $headers ) {
Note: See TracChangeset
for help on using the changeset viewer.