Changeset 1382298
- Timestamp:
- 03/30/2016 10:28:59 PM (10 years ago)
- File:
-
- 1 edited
-
intercom/trunk/bootstrap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
intercom/trunk/bootstrap.php
r1382042 r1382298 6 6 Author: Bob Long 7 7 Author URI: https://www.intercom.io 8 Version: 2.5. 28 Version: 2.5.3 9 9 */ 10 10 … … 555 555 } 556 556 if (current_user_can('manage_options') && isset($_POST['app_id']) && wp_verify_nonce($_POST[ '_wpnonce'],'intercom-update')) { 557 $options = [];557 $options = array(); 558 558 $options["app_id"] = WordPressEscaper::escAttr($_POST['app_id']); 559 559 update_option("intercom", $options);
Note: See TracChangeset
for help on using the changeset viewer.