mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Keep the same name and remove unused core, see [10987]
git-svn-id: https://develop.svn.wordpress.org/trunk@10988 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user