Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The constant DB_SLAVE, deprecated in 1.28, has been removed. Use DB_REPLICA. If you want backwards compatibility for MediaWiki < 1.28 add in // Backward compatibility for MW < 1.28. if ( !defined( 'DB_REPLICA' ) ) { define( 'DB_REPLICA', DB_SLAVE ); }
- Loading branch information