Changeset 2186835
- Timestamp:
- 11/06/2019 11:13:08 AM (6 years ago)
- File:
-
- 1 edited
-
safeshop/trunk/safeshop.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
safeshop/trunk/safeshop.php
r2167569 r2186835 91 91 } 92 92 } 93 }94 else95 {96 echo __("<div class='notice notice-error is-dismissible'><p><strong>client_id and client_secret are required fields.</strong></p>97 < button type='button' class='notice-dismiss'></button>98 </div>");99 } 93 else 94 { 95 echo __("<div class='notice notice-error is-dismissible'><p><strong>client_id and client_secret are required fields.</strong></p> 96 <button type='button' class='notice-dismiss'></button> 97 </div>"); 98 } 99 } 100 100 } 101 101
Note: See TracChangeset
for help on using the changeset viewer.