[guadec-web] debugging login
- From: Andreas Nilsson <andreasn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web] debugging login
- Date: Thu, 21 Mar 2013 17:14:54 +0000 (UTC)
commit deb36337333bd93c33bc3eebdbabbadd41f9ed10
Author: Andreas Nilsson <anilsson redhat com>
Date: Thu Mar 21 14:14:48 2013 -0300
debugging login
wordcamp-base/functions.php | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/wordcamp-base/functions.php b/wordcamp-base/functions.php
index e6511d9..145ae0f 100644
--- a/wordcamp-base/functions.php
+++ b/wordcamp-base/functions.php
@@ -1,5 +1,14 @@
<?php
+echo "login start";
+
+function login_css() {
+ wp_enqueue_style( 'login_css', get_template_directory_uri() . '/css/login.css' );
+}
+add_action('login_head', 'login_css');
+
+echo "login end";
+
require_once "custom/custom.php";
require_once "lib/utils/functions.php";
@@ -9,10 +18,4 @@ wcb_maybe_define( 'WCB_URL', get_template_directory_uri() );
require_once "lib/class-wcb-manager.php";
-
-function login_css() {
- wp_enqueue_style( 'login_css', get_template_directory_uri() . '/css/login.css' );
-}
-add_action('login_head', 'login_css');
-
?>
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]