small clean up

This commit is contained in:
joshp 2021-03-13 00:49:42 -05:00
parent 33e1402ce4
commit abd6231fc7
No known key found for this signature in database
GPG Key ID: 59903022E9AC64FC
1 changed files with 2 additions and 1 deletions

View File

@ -535,7 +535,8 @@ function amp_current_capabilities() {
}
}
// allow manipulation of this list ( be mindfull of extending the ampCap class if needed )
return yourls_apply_filter( 'amp_current_capabilities', $current_capabilities);
$current_capabilities = yourls_apply_filter( 'amp_current_capabilities', $current_capabilities);
return $current_capabilities;
}
// Check for IP in a range