diff --git "a/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\doc-cleanup-filter-module-1347914-23.patch" "b/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\doc-cleanup-filter-module-1347914-28.patch" index a75ed2e..9e76a50 100644 --- "a/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\doc-cleanup-filter-module-1347914-23.patch" +++ "b/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\doc-cleanup-filter-module-1347914-28.patch" @@ -1,5 +1,5 @@ diff --git a/core/modules/filter/filter.admin.inc b/core/modules/filter/filter.admin.inc -index b4a7008..290aa5d 100644 +index b4a7008..1d2afe4 100644 --- a/core/modules/filter/filter.admin.inc +++ b/core/modules/filter/filter.admin.inc @@ -2,14 +2,15 @@ @@ -41,7 +41,7 @@ index b4a7008..290aa5d 100644 * @ingroup themeable */ function theme_filter_admin_overview($variables) { -@@ -95,7 +102,14 @@ function theme_filter_admin_overview($variables) { +@@ -95,7 +102,17 @@ function theme_filter_admin_overview($variables) { } /** @@ -53,11 +53,14 @@ index b4a7008..290aa5d 100644 + * - format: The new format to be used. + * - name: The name of the new format. + * ++ * @return ++ * A form array. ++ * + * @see filter_menu() */ function filter_admin_format_page($format = NULL) { if (!isset($format->name)) { -@@ -109,11 +123,16 @@ function filter_admin_format_page($format = NULL) { +@@ -109,11 +126,16 @@ function filter_admin_format_page($format = NULL) { } /** @@ -76,7 +79,7 @@ index b4a7008..290aa5d 100644 */ function filter_admin_format_form($form, &$form_state, $format) { $is_fallback = ($format->format == filter_fallback_format()); -@@ -262,6 +281,9 @@ function filter_admin_format_form($form, &$form_state, $format) { +@@ -262,6 +284,9 @@ function filter_admin_format_form($form, &$form_state, $format) { * An associative array containing: * - element: A render element representing the form. * @@ -86,7 +89,7 @@ index b4a7008..290aa5d 100644 * @ingroup themeable */ function theme_filter_admin_format_filter_order($variables) { -@@ -287,7 +309,9 @@ function theme_filter_admin_format_filter_order($variables) { +@@ -287,7 +312,9 @@ function theme_filter_admin_format_filter_order($variables) { } /** @@ -97,7 +100,7 @@ index b4a7008..290aa5d 100644 */ function filter_admin_format_form_validate($form, &$form_state) { $format_format = trim($form_state['values']['format']); -@@ -304,7 +328,9 @@ function filter_admin_format_form_validate($form, &$form_state) { +@@ -304,7 +331,9 @@ function filter_admin_format_form_validate($form, &$form_state) { } /** @@ -108,7 +111,7 @@ index b4a7008..290aa5d 100644 */ function filter_admin_format_form_submit($form, &$form_state) { // Remove unnecessary values. -@@ -336,10 +362,16 @@ function filter_admin_format_form_submit($form, &$form_state) { +@@ -336,10 +365,16 @@ function filter_admin_format_form_submit($form, &$form_state) { } /** @@ -127,7 +130,7 @@ index b4a7008..290aa5d 100644 */ function filter_admin_disable($form, &$form_state, $format) { $form['#format'] = $format; -@@ -353,7 +385,7 @@ function filter_admin_disable($form, &$form_state, $format) { +@@ -353,7 +388,7 @@ function filter_admin_disable($form, &$form_state, $format) { } /** @@ -136,7 +139,7 @@ index b4a7008..290aa5d 100644 */ function filter_admin_disable_submit($form, &$form_state) { $format = $form['#format']; -@@ -362,4 +394,3 @@ function filter_admin_disable_submit($form, &$form_state) { +@@ -362,4 +397,3 @@ function filter_admin_disable_submit($form, &$form_state) { $form_state['redirect'] = 'admin/config/content/formats'; } @@ -243,7 +246,7 @@ index c286159..4265387 100644 /** diff --git a/core/modules/filter/filter.module b/core/modules/filter/filter.module -index 0747250..f870109 100644 +index 0747250..aa22540 100644 --- a/core/modules/filter/filter.module +++ b/core/modules/filter/filter.module @@ -2,7 +2,7 @@