Skip to content
Snippets Groups Projects
Commit 0ed087c8 authored by lechuck's avatar lechuck Committed by lucha
Browse files

added return to upgrade_110 to block automatic password mess during update

parent a41d13db
Branches
Tags
No related merge requests found
......@@ -711,6 +711,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