wip
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ $link_cat = '';
|
||||
if ( ! empty( $_GET['link_cat'] ) ) {
|
||||
$link_cat = $_GET['link_cat'];
|
||||
if ( ! in_array( $link_cat, array( 'all', '0' ), true ) ) {
|
||||
$link_cat = absint( (string) urldecode( $link_cat ) );
|
||||
$link_cat = absint( urldecode( $link_cat ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user