mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-28 00:14:27 +00:00
Docs: Remove unnecessary variables names from @return tags.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -222,7 +222,7 @@ class Tests_User_WpSendUserRequest extends WP_UnitTestCase {
|
||||
* @since 4.9.9
|
||||
*
|
||||
* @param string $email_text Confirmation email text.
|
||||
* @return string $email_text Filtered email text.
|
||||
* @return string Filtered email text.
|
||||
*/
|
||||
public function modify_email_content( $email_text ) {
|
||||
return 'Custom Email Content.';
|
||||
@@ -252,7 +252,7 @@ class Tests_User_WpSendUserRequest extends WP_UnitTestCase {
|
||||
* @since 5.4.0
|
||||
*
|
||||
* @param string|array $headers The email headers.
|
||||
* @return array $headers The new email headers.
|
||||
* @return array The new email headers.
|
||||
*/
|
||||
public function modify_email_headers( $headers ) {
|
||||
$headers = array(
|
||||
|
||||
Reference in New Issue
Block a user