Keep the same name and remove unused core, see [10987]

git-svn-id: http://svn.automattic.com/wordpress/trunk@10988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-04-17 12:55:03 +00:00
parent 3650836f09
commit 5563639dd5
3 changed files with 2 additions and 35 deletions

View File

@@ -323,7 +323,7 @@ jQuery('#template').submit(function(){
*
* @since 2.8
**/
function save_screen_options() {
function set_screen_options() {
if ( isset($_POST['wp_screen_options']) && is_array($_POST['wp_screen_options']) ) {
check_admin_referer( 'screen-options-nonce', 'screenoptionnonce' );