- Mostrar el campo de país en la administración de WP

- Se quita la reproducción aleatoria porque falla.

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@154 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-08-29 19:17:23 +00:00
parent 770b3cab30
commit 238cdc91c1
2 changed files with 10 additions and 2 deletions

View File

@ -38,6 +38,14 @@ function ghostpool_dedication_meta_boxes() {
'type' => 'text', 'type' => 'text',
'size' => 'large'), '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( 'ghostpool_destination_user_id' => array(
'name' => 'ghostpool_destination_user_id', 'name' => 'ghostpool_destination_user_id',
'title' => __('Destination user', 'gp_lang'), 'title' => __('Destination user', 'gp_lang'),

View File

@ -225,7 +225,7 @@ jQuery(window).ready(function() {
activeVideo:0, activeVideo:0,
autoPlay:true, autoPlay:true,
loopingOn:false, loopingOn:false,
randomPlay:true, randomPlay:false,
autoAdvanceToNextVideo:true, autoAdvanceToNextVideo:true,
youtubeChromeless:false, youtubeChromeless:false,
thumbWidth: 120, thumbWidth: 120,