Skip to content

Commit 45a8d78

Browse files
committed
Feed is already a valid query variable
1 parent c9e3aed commit 45a8d78

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mf2-feed.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,13 @@ public static function feed_content_type( $content_type, $type ) {
176176
}
177177

178178
/**
179-
* add 'feed' and 'pretty' as a valid query variables.
179+
* add 'pretty' as a valid query variables.
180180
*
181181
* @param array $vars
182182
* @return array
183183
*/
184184
public static function query_vars( $vars ) {
185-
$vars[] = 'feed';
186185
$vars[] = 'pretty';
187-
188186
return $vars;
189187
}
190188

0 commit comments

Comments
 (0)