Skip to content

Commit 76de215

Browse files
author
JasWSInc
committed
Adding /** @var \WP_Query $query */ for syntax-aware IDEs.
1 parent 0a769a2 commit 76de215

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wp-redirects/wp-redirects.inc.php

+2
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,8 @@ public static function register_sortable_admin_columns($columns)
451451

452452
public static function admin_column_orderby($query)
453453
{
454+
/** @var \WP_Query $query */
455+
454456
if(!is_admin())
455457
return;
456458

0 commit comments

Comments
 (0)