Changeset 41189
- Timestamp:
- 07/30/2017 02:51:44 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
wp-admin/includes/class-wp-community-events.php (modified) (1 diff)
-
wp-includes/rest-api/class-wp-rest-request.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r41161 r41189 219 219 * than the user's actual address. 220 220 * 221 * Modified from http ://stackoverflow.com/a/2031935/450127, MIT license.221 * Modified from https://stackoverflow.com/a/2031935/450127, MIT license. 222 222 * Modified from https://github.com/geertw/php-ip-anonymizer, MIT license. 223 223 * -
trunk/src/wp-includes/rest-api/class-wp-rest-request.php
r41162 r41189 170 170 * character, as per header parsing rules in both Apache and nginx. 171 171 * 172 * @link http ://stackoverflow.com/q/18185366173 * @link http ://wiki.nginx.org/Pitfalls#Missing_.28disappearing.29_HTTP_headers172 * @link https://stackoverflow.com/q/18185366 173 * @link https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/#missing-disappearing-http-headers 174 174 * @link https://nginx.org/en/docs/http/ngx_http_core_module.html#underscores_in_headers 175 175 *
Note: See TracChangeset
for help on using the changeset viewer.