Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/05/2008, 09:10
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Valores de un Array llamando a una funcion

Hola Pentaxeros,

Te falta una coma al final, prueba esto:
Código PHP:
array(
'tag' => 'votoimagen',
'type' => 'unparsed_content',
'parameters' => array(
        
'alt' => array('optional' => true),
        
'width' => array('optional' => true'value' => ' width="$1"''match' => '(\d+)'),
        
'height' => array('optional' => true'value' => ' height="$1"''match' => '(\d+)'),
        ),
'content' => votos($1),
'validate' => create_function('&$tag, &$data, $disabled''$data = strtr($data, array(\'<br />\' => \'\'));'),
'disabled_content' => '($1)',
), 
Saludos.