From 04f85396240d9572b8db41205e0c7519f6c0cc45 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 23 Jul 2012 13:42:35 +0000 Subject: [PATCH] =?UTF-8?q?-=20Mejorar=20apariencia=20de=20los=20resultado?= =?UTF-8?q?s=20de=20b=C3=BAsquedas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@29 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- wp-content/themes/score/functions.php | 1 + wp-content/themes/score/header.php | 2 +- wp-content/themes/score/post-loop.php | 9 +++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/score/functions.php b/wp-content/themes/score/functions.php index bbb80f8..9fb5857 100644 --- a/wp-content/themes/score/functions.php +++ b/wp-content/themes/score/functions.php @@ -526,6 +526,7 @@ if (is_admin() && isset($_GET['activated']) && $pagenow == "themes.php") { function custom_login() { echo ''; + remove_action('login_head', 'wp_shake_js', 12); } add_action('login_head', 'custom_login'); diff --git a/wp-content/themes/score/header.php b/wp-content/themes/score/header.php index 143bcd7..c4c1e2f 100644 --- a/wp-content/themes/score/header.php +++ b/wp-content/themes/score/header.php @@ -78,7 +78,7 @@
diff --git a/wp-content/themes/score/post-loop.php b/wp-content/themes/score/post-loop.php index 92a3a63..bd51e50 100644 --- a/wp-content/themes/score/post-loop.php +++ b/wp-content/themes/score/post-loop.php @@ -19,7 +19,7 @@ -
class="shift-down"> +
" class="shift-down"> @@ -50,7 +50,7 @@

»

- +
@@ -74,5 +74,6 @@
- - \ No newline at end of file + + + \ No newline at end of file