filter_format_load

Versions
6
filter_format_load($arg)
7
filter_format_load($format_id)

Code

modules/filter/filter.module, line 141

<?php
function filter_format_load($arg) {
  return filter_formats($arg);
}
?>
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.