Newskin Wiki
Register
Advertisement

The Publish button can be renamed to the proper Save by adding the following line to your personal JS:

//changes "Publish" button into "Save" button
$('#wpSave').attr('value','Save');
Advertisement