﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
20192,Posts loaded twice if permalink setting is on,themeprince,,"If I set ""post name"" in permalink settings, the posts are called twice.

You can easily test it if you add this php code to the header.php and visit a blog post:

$x = get_option('ub_test'); 
update_option('ub_test',($x + 1));

The value will increase by two.",defect (bug),closed,normal,,General,3.3.1,major,invalid,reporter-feedback close,
