[guadec-web] custom: Make the login header link to us instead of wordpress.org



commit 2968fe40417d9e63cc52a040175890b1239663dd
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Jun 6 15:27:19 2013 +0200

    custom: Make the login header link to us instead of wordpress.org

 wordcamp-base/custom/custom.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wordcamp-base/custom/custom.php b/wordcamp-base/custom/custom.php
index c506d14..810b651 100644
--- a/wordcamp-base/custom/custom.php
+++ b/wordcamp-base/custom/custom.php
@@ -84,7 +84,7 @@ add_action('admin_menu', 'remove_menus');
  *
  *-------------------------------------------------------------------------------------*/
 
-
+add_filter('login_headerurl', 'get_site_url');
 
 function login_css() {
        wp_enqueue_style( 'login_css', get_template_directory_uri() . '/css/login.css' );


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]