summaryrefslogtreecommitdiff
path: root/modules/php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-28 16:23:05 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-28 16:23:05 +0000
commit3dea934d2b7c37e9c83f58b0da7942d40c7086f7 (patch)
tree0f302c07d2c3c67db4fab727af580ee158443a1b /modules/php
parent43db68b632def46ae0d86bbc2db8ed236e9adb65 (diff)
downloadbrdo-3dea934d2b7c37e9c83f58b0da7942d40c7086f7.tar.gz
brdo-3dea934d2b7c37e9c83f58b0da7942d40c7086f7.tar.bz2
- Patch #560502 by Gabor Hojtsy: created 'content authoring' category.
Diffstat (limited to 'modules/php')
-rw-r--r--modules/php/php.install2
-rw-r--r--modules/php/php.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/php/php.install b/modules/php/php.install
index a94882c74..cafc2aeb5 100644
--- a/modules/php/php.install
+++ b/modules/php/php.install
@@ -35,7 +35,7 @@ function php_install() {
))
->execute();
- drupal_set_message(t('A !php-code text format has been created.', array('!php-code' => l('PHP code', 'admin/settings/formats/' . $format))));
+ drupal_set_message(t('A !php-code text format has been created.', array('!php-code' => l('PHP code', 'admin/config/content/formats/' . $format))));
}
}
diff --git a/modules/php/php.test b/modules/php/php.test
index 6bd12ca8d..fa8a69d38 100644
--- a/modules/php/php.test
+++ b/modules/php/php.test
@@ -13,7 +13,7 @@ class PHPTestCase extends DrupalWebTestCase {
$this->drupalLogin($admin_user);
// Confirm that the PHP filter is #3.
- $this->drupalGet('admin/settings/formats/3');
+ $this->drupalGet('admin/config/content/formats/3');
$this->assertText('PHP code', t('On PHP code filter page.'));
}