- 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:
parent
770b3cab30
commit
238cdc91c1
@ -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'),
|
||||
|
||||
@ -225,7 +225,7 @@ jQuery(window).ready(function() {
|
||||
activeVideo:0,
|
||||
autoPlay:true,
|
||||
loopingOn:false,
|
||||
randomPlay:true,
|
||||
randomPlay:false,
|
||||
autoAdvanceToNextVideo:true,
|
||||
youtubeChromeless:false,
|
||||
thumbWidth: 120,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user