From 238cdc91c142cbe9881aafe5d6cd9bf4c2803dcc Mon Sep 17 00:00:00 2001 From: david Date: Wed, 29 Aug 2012 19:17:23 +0000 Subject: [PATCH] =?UTF-8?q?-=20Mostrar=20el=20campo=20de=20pa=C3=ADs=20en?= =?UTF-8?q?=20la=20administraci=C3=B3n=20de=20WP=20-=20Se=20quita=20la=20r?= =?UTF-8?q?eproducci=C3=B3n=20aleatoria=20porque=20falla.?= 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@154 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- .../themes/score/lib/admin/inc/theme-meta-options.php | 10 +++++++++- wp-content/themes/score/lib/scripts/custom.php | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/score/lib/admin/inc/theme-meta-options.php b/wp-content/themes/score/lib/admin/inc/theme-meta-options.php index 7e380a6..aa311d1 100644 --- a/wp-content/themes/score/lib/admin/inc/theme-meta-options.php +++ b/wp-content/themes/score/lib/admin/inc/theme-meta-options.php @@ -37,7 +37,15 @@ function ghostpool_dedication_meta_boxes() { 'std' => '', 'type' => 'text', 'size' => 'large'), - + + 'ghostpool_destination_user_country' => array( + 'name' => 'ghostpool_destination_user_country', + 'title' => __('Destination country', 'gp_lang'), + 'desc' => __('', 'gp_lang'), + 'std' => '', + 'type' => 'text', + 'size' => 'large'), + 'ghostpool_destination_user_id' => array( 'name' => 'ghostpool_destination_user_id', 'title' => __('Destination user', 'gp_lang'), diff --git a/wp-content/themes/score/lib/scripts/custom.php b/wp-content/themes/score/lib/scripts/custom.php index 501a465..41e68b1 100644 --- a/wp-content/themes/score/lib/scripts/custom.php +++ b/wp-content/themes/score/lib/scripts/custom.php @@ -225,7 +225,7 @@ jQuery(window).ready(function() { activeVideo:0, autoPlay:true, loopingOn:false, - randomPlay:true, + randomPlay:false, autoAdvanceToNextVideo:true, youtubeChromeless:false, thumbWidth: 120,