Plugin Directory

Changeset 1382298


Ignore:
Timestamp:
03/30/2016 10:28:59 PM (10 years ago)
Author:
bobintercom
Message:

2.5.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • intercom/trunk/bootstrap.php

    r1382042 r1382298  
    66Author: Bob Long
    77Author URI: https://www.intercom.io
    8 Version: 2.5.2
     8Version: 2.5.3
    99 */
    1010
     
    555555  }
    556556  if (current_user_can('manage_options') &&  isset($_POST['app_id']) && wp_verify_nonce($_POST[ '_wpnonce'],'intercom-update')) {
    557       $options = [];
     557      $options = array();
    558558      $options["app_id"] = WordPressEscaper::escAttr($_POST['app_id']);
    559559      update_option("intercom", $options);
Note: See TracChangeset for help on using the changeset viewer.