summaryrefslogtreecommitdiff
path: root/profiles/standard/standard.install
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/standard/standard.install')
-rw-r--r--profiles/standard/standard.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index 450347bb2..ccba7eb1b 100644
--- a/profiles/standard/standard.install
+++ b/profiles/standard/standard.install
@@ -61,28 +61,6 @@ function standard_install() {
$full_html_format = (object) $full_html_format;
filter_format_save($full_html_format);
- $plain_text_format = array(
- 'name' => 'Plain text',
- 'weight' => 10,
- 'filters' => array(
- // Escape all HTML.
- 'filter_html_escape' => array(
- 'weight' => 0,
- 'status' => 1,
- ),
- // Line break filter.
- 'filter_autop' => array(
- 'weight' => 1,
- 'status' => 1,
- ),
- ),
- );
- $plain_text_format = (object) $plain_text_format;
- filter_format_save($plain_text_format);
-
- // Set the fallback format to plain text.
- variable_set('filter_fallback_format', $plain_text_format->format);
-
// Enable some standard blocks.
$values = array(
array(