[wp-trac] [WordPress Trac] #20192: Posts loaded twice if permalink setting is on
WordPress Trac
wp-trac at lists.automattic.com
Wed Mar 7 14:55:49 UTC 2012
#20192: Posts loaded twice if permalink setting is on
--------------------------+-----------------------------
Reporter: themeprince | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.3.1
Severity: major | Keywords: needs-patch
--------------------------+-----------------------------
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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20192>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list