| @@ -351,9 +351,9 @@ | ||
| 351 | 351 | } |
| 352 | 352 | } |
| 353 | 353 | |
| 354 | 354 | // Update the favorite templates option. |
| 355 | - update_option( self::FAVORITE_TEMPLATES_OPTION, self::$favorite_templates ); | |
| 355 | + update_option( self::FAVORITE_TEMPLATES_OPTION, self::$favorite_templates, false ); | |
| 356 | 356 | |
| 357 | 357 | // Return the updated list of favorite templates. |
| 358 | 358 | wp_send_json_success( self::$favorite_templates ); |
| 359 | 359 | } |