Making WordPress.org


Ignore:
Timestamp:
12/23/2020 09:33:48 PM (5 years ago)
Author:
iandunn
Message:

Events: Port more tests to PHPUnit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/events/1.0/index.php

    r10544 r10546  
    163163        /*
    164164         * In local development environments, the IP sent by the Events widget will typically be
    165          * private. In those cases, we can use the web server's IP address, which is the user's
    166          * actual public address.
     165         * private. In those cases, we can use the web server's IP address, which should be the same
     166         * as the dev's browser IP.
    167167         */
    168168        $public_ip = filter_var(
Note: See TracChangeset for help on using the changeset viewer.