Changeset 5637 for trunk/src/includes/common/functions.php
- Timestamp:
- 03/10/2015 04:51:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r5613 r5637 598 598 * We use REMOTE_ADDR here directly. If you are behind a proxy, you should 599 599 * ensure that it is properly set, such as in wp-config.php, for your 600 * environment. See {@link http ://core.trac.wordpress.org/ticket/9235}600 * environment. See {@link https://core.trac.wordpress.org/ticket/9235} 601 601 * 602 602 * Note that bbp_pre_anonymous_filters() is responsible for sanitizing each … … 700 700 // Unslash $r to pass through $wpdb->prepare() 701 701 // 702 // @see: http ://bbpress.trac.wordpress.org/ticket/2185/703 // @see: http ://core.trac.wordpress.org/changeset/23973/702 // @see: https://bbpress.trac.wordpress.org/ticket/2185/ 703 // @see: https://core.trac.wordpress.org/changeset/23973/ 704 704 $r = wp_unslash( $r ); 705 705
Note: See TracChangeset
for help on using the changeset viewer.