summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-21 23:07:16 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-21 23:07:16 +0000
commit4bc255ba792db435e2d487f113ca2a638ed63fea (patch)
tree0ca88b698215d5866b5643ad57add73b4410d64a /modules/node/node.module
parent02c8592759c5b33d3d94fe6a515f10af4317dd5c (diff)
downloadbrdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.gz
brdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.bz2
Roll-back of #310467: Breaks installer requirements check and update.php.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 0eb5c3f31..cf0271f17 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -105,21 +105,27 @@ function node_theme() {
),
'node_filter_form' => array(
'arguments' => array('form' => NULL),
+ 'file' => 'node.admin.inc',
),
'node_filters' => array(
'arguments' => array('form' => NULL),
+ 'file' => 'node.admin.inc',
),
'node_admin_nodes' => array(
'arguments' => array('form' => NULL),
+ 'file' => 'node.admin.inc',
),
'node_add_list' => array(
'arguments' => array('content' => NULL),
+ 'file' => 'node.pages.inc',
),
'node_form' => array(
'arguments' => array('form' => NULL),
+ 'file' => 'node.pages.inc',
),
'node_preview' => array(
'arguments' => array('node' => NULL),
+ 'file' => 'node.pages.inc',
),
'node_log_message' => array(
'arguments' => array('log' => NULL),