filter_admin_order_page

Versions
6 – 7
filter_admin_order_page($format)

Menu callback; display form for ordering filters for a format.

Code

modules/filter/filter.admin.inc, line 328

<?php
function filter_admin_order_page($format) {
  drupal_set_title(t("Rearrange %format", array('%format' => $format->name)));
  return drupal_get_form('filter_admin_order', $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.