#WordPress should be rewritten from scratch. After wp_ table prefix name change it's not enought to simply change your configuration in wp-config.php, but there are lots of places in other SQL tables that need to be changed as well for WP to continue working properly. ๐Ÿคจ ๐Ÿคฆ
@amarok it is a shame how #wordpress is the only #wordpress !
@chrisjimallen
Well, there are forks, some are already well established, like ClassicPress, some are new. But I don't think any of them addresses this issue, and there are definitely more.
I really can't understand how the devs could hard-code the user-selected table prefix into the database. It doesn't make any sense, because they could easily access the table prefix constant from PHP at any time.