You are here

function _popup_text in Popup 7.x

Same name and namespace in other branches
  1. 8 includes/popup.api.inc \_popup_text()
  2. 7 includes/popup.api.inc \_popup_text()
  3. 6.x includes/popup.api.inc \_popup_text()

File

includes/popup.api.inc, line 279

Code

function _popup_text($attributes) {
  return popup_element($attributes['title'] ? $attributes['title'] : 'Text', $attributes['text'], $attributes);
}