Bug Replication Steps
[list]Add new blog[/list:u]
[list]Select settings =>No Trackback[/list:u]
[list]Save.[/list:u]
[list]After refresh (or go to settings page of blog just created).[/list:u]
[list]Trackback setting has changed to Allow Trackback.[/list:u]
I don't know much about b2evolution code, but I found the following to remove the behavior, but I've got no clue to possible other consequences.
File: inc/MODEL/collections/_blog.class.php
Line: 93
Action: Change value from "0" to "1"
From a brief glance at the notes in the code ( inc/model/dataobjects/_dataobject.class.php approx lines 546 onwards ) this appears to be something that they're aware of. The same bug exists in 2.0 as well
¥