Pastoid

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

This paste was last updated on May 28, 2009 at 1:53 am.

Pasted Coderaw

/** 
	 * Move the main 'blog' page.
	 */
	public function filter_rewrite_rules($rules) {
		$rules[] = new RewriteRule(
			array( 
				'name' => 'display_blog', 
				'parse_regex' => '%^blog(?:/page/(?P<page>0|1))?/?$%', 
				'build_str' => 'blog(/page/{$page})', 
				'handler' => 'UserThemeHandler', 
				'action' => 'display_blog', 
				'priority' => 1, 
				'description' => 'Display the blog page.',
				'is_active' => 1 ));
		return $rules;
	}

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
www.bing.com 9
Is this paste spam?
<Hide