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