We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176533a commit 93b3fa4Copy full SHA for 93b3fa4
plugin.php
@@ -3,7 +3,7 @@
3
* Plugin Name: DustPress Debugger
4
* Plugin URI: https://github.com/devgeniem/dustpress-debugger
5
* Description: Provides handy ajaxified debugger tool for DustPress based themes.
6
- * Version: 1.2.0
+ * Version: 1.2.1
7
* Author: Geniem Oy / Miika Arponen & Ville Siltala
8
* Author URI: http://www.geniem.com
9
*/
@@ -181,7 +181,7 @@ public static function save_profile_option( $user_id ) {
181
return false;
182
}
183
184
- update_usermeta( $user_id, "dustpress_debugger", $_POST["dustpress_debugger"] );
+ update_user_meta( $user_id, "dustpress_debugger", $_POST["dustpress_debugger"] );
185
186
187
0 commit comments