﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
18797	Rename restore_current_blog() to restore_previous_blog()	Viper007Bond		"Contrary to it's name, `restore_current_blog()` does not restore the current blog but rather the previous blog. If you call `switch_to_blog()` twice and then call `restore_current_blog()`, then you won't end up with the original blog but rather with the blog after `switch_to_blog()` was called the first time.

For clarity's sake, I suggest we rename `restore_current_blog()` to `restore_previous_blog()` and create a deprecated wrapped for it called `restore_current_blog()`.

At the very least the PHPdoc should be updated to explain this."	enhancement	closed	lowest		Multisite	3.3	minor	wontfix		
