--- a/wp/wp-includes/class-wp-term.php Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/class-wp-term.php Wed Sep 21 18:19:35 2022 +0200
@@ -44,7 +44,7 @@
* The term's term_group.
*
* @since 4.4.0
- * @var string
+ * @var int
*/
public $term_group = '';
@@ -204,7 +204,7 @@
*
* @since 4.4.0
*
- * @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'raw'.
+ * @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'.
*/
public function filter( $filter ) {
sanitize_term( $this, $this->taxonomy, $filter );