Tarea #957 -> La pantalla con la lista de invitaciones enviadas sale descolocada
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@52 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
619bb4f522
commit
e20c8f5957
@ -704,11 +704,13 @@ function get_meta_gallery($args = array(), $value = false) {
|
||||
|
||||
function ghostpool_save_meta_data($post_id) {
|
||||
global $post;
|
||||
|
||||
$meta_boxes = array();
|
||||
|
||||
if ('page' == $_POST['post_type'])
|
||||
$meta_boxes = array_merge(ghostpool_page_meta_boxes());
|
||||
elseif ('post' == $_POST['post_type'])
|
||||
elseif ('post' == $_POST['post_type']) {
|
||||
$meta_boxes = array_merge(ghostpool_dedication_meta_boxes());
|
||||
}
|
||||
|
||||
foreach ($meta_boxes as $meta_box) :
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user