You are here

function metatags_quick_admin_path_based_edit_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_edit_cancel()

Does nothing. We need this callback to avoid default 'Meta tags updated' message.

1 string reference to 'metatags_quick_admin_path_based_edit_cancel'
metatags_quick_admin_path_based_edit in ./metatags_quick.admin.inc
Displays a form to the user allowing him to edit the path and all the fields of the metatag entity associated with that path

File

./metatags_quick.admin.inc, line 580

Code

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