Skip to content
Snippets Groups Projects
Commit 5c4b5983 authored by lechuck's avatar lechuck Committed by agata
Browse files

added return to upgrade_110 to block automatic password mess during update

parent aee61678
No related branches found
No related tags found
No related merge requests found
......@@ -918,6 +918,7 @@ function upgrade_101() {
* @global wpdb $wpdb WordPress database abstraction object.
*/
function upgrade_110() {
return;
global $wpdb;
// Set user_nicename.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment