function filter_fallback_format_title

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
Framework for handling the filtering of content.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!filter!filter.module/function/filter_fallback_format_title/7.x