Pastoid

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

This paste was last updated on July 31, 2009 at 2:51 pm.

$theme->tag_options();raw

        public function theme_tag_options( $theme ) {
                if ( count( $theme->tags ) != 0 ) { 
                        foreach ( $theme->tags as $tag ) {
                                $tagarray[] = "<option value='" . URL::get( 'display_entries_by_tag', 'tag=' . 
                                        $tag->tag_slug ) . "'>{$tag->tag_text}</option>";
                        }
                        sort( $tagarray );
                }
                return implode( "\n", $tagarray );
        }
 
 

Toggle wordwrap

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