You are here

function ajax_example_simplest2_callback in Share Buttons, Related Posts, Content Analytics - Shareaholic 7.2

Same name and namespace in other branches
  1. 7 plugins/export_ui/sexybookmarks_profiles.inc \ajax_example_simplest2_callback()

File

plugins/export_ui/sexybookmarks_profiles.inc, line 324

Code

function ajax_example_simplest2_callback($form, $form_state) {
  return $form['config']['replace_textfield'];
}