filter_fallback_format_title

Versions
7
filter_fallback_format_title()

Returns the title of the fallback text format.

Code

modules/filter/filter.module, line 452

<?php
function filter_fallback_format_title() {
  $fallback_format = filter_format_load(filter_fallback_format());
  return filter_admin_format_title($fallback_format);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.