Pastoid

The page you are looking at now is at this URL: http://pastoid.com/by1

This paste was last updated on January 11, 2010 at 12:35 am.

Pasted Coderaw

// Make sure that we have an associative array of slug => tag
if ( is_array( $tags ) ) {
  foreach ( $tags as $slug => $tag ) {
    $check = Utils::slugify($tag);
    if ( $slug != $check ) {
      $tags[$check] = $tag;
      unset($tags[slug]);
    }
  }
  return $tags;
}
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 7
Is this paste spam?
<Hide