On WordPress 2.5.1 “save” and “publish” button blinking and stop your browser
May 21st, 2008
Categories: software
Solution: Make a backup copy of /wp-includes/js/autosave.js, then after line 135:
var autosave = function() {
add the line:
return;
http://wordpress.org/support/topic/172302?replies=22
Leave a comment
| Trackback