Comunidad de diseño web y desarrollo en internet online

Que significa esto:

Citar            
MensajeEscrito el 21 Ene 2011 05:30 pm
${domainprefix}before_title esto estaba declarado en un plugin que trato de modificar, pero no tengo la mas minima idea de que hace esto.
en el plugin esta haci:

Código PHP :

<?php 

$options = array(
   'before_title'=>"${domainprefix}before_title",
   'after_title'=>"${domainprefix}after_title",
   'show_excerpt'=>"${domainprefix}show_excerpt",
   'excerpt_length'=>"${domainprefix}excerpt_length",
   'before_post'=>"${domainprefix}before_post",
   'after_post'=>"${domainprefix}after_post",
   'before_related'=>"${domainprefix}before_related",
   'after_related'=>"${domainprefix}after_related",
   'no_results'=>"${domainprefix}no_results");
$optvals = array();
foreach (array_keys($options) as $option) {
   if (isset($args[$option])) {
      $optvals[$option] = stripslashes($args[$option]);
   } else {
      $optvals[$option] = stripslashes(stripslashes(yarpp_get_option($options[$option])));
   }
}
extract($optvals);

if ($related_query->have_posts()) {
   while ($related_query->have_posts()) {
      $related_query->the_post();

      $output .= "$before_title<a href='".get_permalink()."' rel='bookmark' >".get_the_title()."";
      if ($userdata->user_level >= 8 and $domain != 'rss')
         $output .= ' <abbr title="'.sprintf(__('%f is the YARPP match score between the current entry and this related entry. You are seeing this value because you are logged in to WordPress as an administrator. It is not shown to regular visitors.','yarpp'),round(get_the_score(),3)).'">('.round(get_the_score(),3).')</abbr>';
      $output .= '</a>';
      if ($show_excerpt) {
         $output .= $before_post . 
           yarpp_excerpt(get_the_excerpt(),$excerpt_length)
           . $after_post;
      }
      $output .=  $after_title."\n";

   }
   $output = stripslashes(stripslashes($before_related)).$output.stripslashes(stripslashes($after_related));
} else {
   $output = $no_results;
}



Alguien podria explicarmelo de favor??

Por rod00x3

Claber

595 de clabLevel



Genero:Masculino  

msie8
Citar            
MensajeEscrito el 24 Ene 2011 11:46 am
¿Exactamente qué es lo que no entiendes?-

Por DriverOp

Claber

2510 de clabLevel



 

opera
Citar            
MensajeEscrito el 24 Ene 2011 03:30 pm
El que significa cuando se utiliza esto ${domainprefix}before_title??

Por rod00x3

Claber

595 de clabLevel



Genero:Masculino  

msie8

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.