mirror of
git://develop.git.wordpress.org/
synced 2025-04-08 06:02:41 +02:00
Taxonomy: remove unnecessary break
in WP_Term::__get()
.
See #37771. git-svn-id: https://develop.svn.wordpress.org/trunk@38312 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
46d7304d4a
commit
d46de8b22b
@ -250,7 +250,6 @@ final class WP_Term {
|
||||
}
|
||||
|
||||
return sanitize_term( $data, $data->taxonomy, 'raw' );
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user