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

added return to upgrade_110 to block automatic password mess during update

parent de1250b9
No related branches found
No related tags found
No related merge requests found
......@@ -981,6 +981,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.
Finish editing this message first!
Please register or to comment