mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-06 17:29:05 +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:
@@ -266,7 +266,7 @@ class Tests_Functions_Anonymization extends WP_UnitTestCase {
|
||||
* @param string $anonymous Anonymized data.
|
||||
* @param string $type Type of the data.
|
||||
* @param string $data Original data.
|
||||
* @return string $anonymous Anonymized data.
|
||||
* @return string Anonymized data.
|
||||
*/
|
||||
public function filter_wp_privacy_anonymize_data( $anonymous, $type, $data ) {
|
||||
if ( 'url' === $type && 'example.com' === parse_url( $data, PHP_URL_HOST ) ) {
|
||||
|
||||
Reference in New Issue
Block a user