mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00: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…
Reference in New Issue
Block a user