From 825b2be8e7b9b4a7cb5877989685510fa903d000 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 27 Aug 2012 15:45:32 +0000 Subject: [PATCH] =?UTF-8?q?Tarea=20#1028=20->=20El=20aviso=20"NEW"=20en=20?= =?UTF-8?q?las=20miniaturas=20s=C3=B3lo=20salen=20en=20el=20perfil=20del?= =?UTF-8?q?=20usuario,=20en=20las=20dedicatorias=20que=20ha=20recibido=20y?= =?UTF-8?q?=20no=20ha=20visto=20todav=C3=ADa?= 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@129 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- .../score/dedications/single/home-column-my-dedications.php | 1 - wp-content/themes/score/index.php | 1 - wp-content/themes/score/post-loop-dedication-template.php | 1 - wp-content/themes/score/video-slider.php | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/wp-content/themes/score/dedications/single/home-column-my-dedications.php b/wp-content/themes/score/dedications/single/home-column-my-dedications.php index 2409eeb..b8fa972 100644 --- a/wp-content/themes/score/dedications/single/home-column-my-dedications.php +++ b/wp-content/themes/score/dedications/single/home-column-my-dedications.php @@ -27,7 +27,6 @@ $dedication_link = bp_core_get_userlink($bp->displayed_user->id, false, true) .
thumbnail-no-wrap"> - <?php if (get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true)) {
                 echo get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true);
diff --git a/wp-content/themes/score/index.php b/wp-content/themes/score/index.php
index 9f02349..9347723 100644
--- a/wp-content/themes/score/index.php
+++ b/wp-content/themes/score/index.php
@@ -78,7 +78,6 @@ query_posts($args);
                             <div class= thumbnail-no-wrap"> - <?php if(get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true)) { echo get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true); } else { echo get_the_title(); } ?> diff --git a/wp-content/themes/score/post-loop-dedication-template.php b/wp-content/themes/score/post-loop-dedication-template.php index 0ebdf1b..9ded7a9 100644 --- a/wp-content/themes/score/post-loop-dedication-template.php +++ b/wp-content/themes/score/post-loop-dedication-template.php @@ -20,7 +20,6 @@
thumbnail-no-wrap"> - <?php if(get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true)) { echo get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true); } else { echo get_the_title(); } ?> diff --git a/wp-content/themes/score/video-slider.php b/wp-content/themes/score/video-slider.php index f7b5a01..c108780 100644 --- a/wp-content/themes/score/video-slider.php +++ b/wp-content/themes/score/video-slider.php @@ -131,7 +131,7 @@ if (have_posts()) { - + FROM: