wp core update 6.6
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
/** Load WordPress Administration Bootstrap */
|
||||
require_once __DIR__ . '/admin.php';
|
||||
|
||||
wp_reset_vars( array( 'action', 'cat_id', 'link_id' ) );
|
||||
$action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : '';
|
||||
$cat_id = ! empty( $_REQUEST['cat_id'] ) ? absint( $_REQUEST['cat_id'] ) : 0;
|
||||
$link_id = ! empty( $_REQUEST['link_id'] ) ? absint( $_REQUEST['link_id'] ) : 0;
|
||||
|
||||
if ( ! current_user_can( 'manage_links' ) ) {
|
||||
wp_link_manager_disabled_message();
|
||||
|
||||
Reference in New Issue
Block a user