Changeset 43757
- Timestamp:
- 10/18/2018 08:48:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/js/wp-api.js
r42854 r43757 142 142 return window.location.origin ? 143 143 window.location.origin + '/' : 144 window.location.protocol + '/ ' + window.location.host + '/';144 window.location.protocol + '//' + window.location.host + '/'; 145 145 }; 146 146
Note: See TracChangeset
for help on using the changeset viewer.