diff --git a/core/modules/system/theme.api.php b/core/modules/system/theme.api.php index 82e9e09..5772f49 100644 --- a/core/modules/system/theme.api.php +++ b/core/modules/system/theme.api.php @@ -1087,7 +1087,6 @@ function hook_theme($existing, $type, $theme, $path) { * 'account' => NULL, * ), * 'template' => 'core/modules/user/user', - * 'file' => 'core/modules/user/user.pages.inc', * 'type' => 'module', * 'theme path' => 'core/modules/user', * 'preprocess functions' => array( diff --git a/core/modules/user/user.module b/core/modules/user/user.module index 6444a83..f2c8cab 100644 --- a/core/modules/user/user.module +++ b/core/modules/user/user.module @@ -100,7 +100,6 @@ function user_theme() { return array( 'user' => array( 'render element' => 'elements', - 'file' => 'user.pages.inc', ), 'username' => array( 'variables' => array('account' => NULL, 'attributes' => array(), 'link_options' => array()),