Pastoid

charcoal w/ more

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

This paste was last updated on March 22, 2009 at 11:39 pm.

Pasted Coderaw

	public function action_init_theme()
	{
		// Apply Format::autop() to post content...
		Format::apply( 'autop', 'post_content_out' );
		// Apply Format::autop() to comment content...
		Format::apply( 'autop', 'comment_content_out' );
 
		/* Only triggered by <!--more--> tag, with more text linked to full post */
		Format::apply_with_hook_params('more', 'post_content_out', '--More--');
 
		// Truncate content excerpt at "more" or 56 characters...
		Format::apply_with_hook_params( 'more', 'post_content_excerpt', '',56, 1 );
	}
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 6
search.live.com 1
www.linux-quebec.org 1
Is this paste spam?
<Hide