summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-08 18:26:33 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-08 18:26:33 +0000
commitdcdb584f3315cb0b4c3b6dfe14135bc5a9d5b840 (patch)
tree415a300fc7337ef128b5dfa961fbef4138290f52 /modules/node/node.module
parent0feb34c616a112d6efebb6fe458948e1c55b5deb (diff)
downloadbrdo-dcdb584f3315cb0b4c3b6dfe14135bc5a9d5b840.tar.gz
brdo-dcdb584f3315cb0b4c3b6dfe14135bc5a9d5b840.tar.bz2
- Patch #595982 by moshe, chx: use #tableselect instead of ugly theming on admin users and admin nodes.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 04cffb91f..2933e7599 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -139,10 +139,6 @@ function node_theme() {
'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',