- Correctly detect the file name and line number responsible for loading translation files in plugins which use
load_textdomain()
. - Correct the visibility of the
before_output()
method in the REST dispatcher. - Load the languages collector early so it catches plugins which load their translation files when they initialise.
- Remove an erroneous double quote.
- Remove connection as param in
mysqli_get_client_version()
. - Various CSS fixes.