You are here

function pm_preprocess_pm_icon_none in Drupal PM (Project Management) 7.3

Implements hook_preprocess_pm_icon_none().

File

./pm.theme.inc, line 85
Provides theme functions for Project Management modules.

Code

function pm_preprocess_pm_icon_none(&$vars) {
  $vars['title'] = check_plain($vars['title']);
}