function filter_fallback_format_title

Returns the title of the fallback text format.

Return value

string The title of the fallback text format.

File

modules/filter/filter.module, line 588

Code

function filter_fallback_format_title() {
    $fallback_format = filter_format_load(filter_fallback_format());
    return filter_admin_format_title($fallback_format);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.