You are here

function metatags_quick_admin_path_based_delete_cancel in Meta tags quick 7.2

Same name and namespace in other branches
  1. 8.3 metatags_quick.admin.inc \metatags_quick_admin_path_based_delete_cancel()

Cancels the deletion and should return to the listing

_state

Parameters

type $form:

1 string reference to 'metatags_quick_admin_path_based_delete_cancel'
metatags_quick_admin_path_based_delete in ./metatags_quick.admin.inc
Display a delete confirmation for the user allowing him to choose to proceed or abort the removal.

File

./metatags_quick.admin.inc, line 719

Code

function metatags_quick_admin_path_based_delete_cancel($form, &$form_state) {
  return;
}