Changeset 32964 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 06/27/2015 01:02:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r32712 r32964 1256 1256 * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client(). 1257 1257 * 1258 * @return bool eanFalse means this class can not be used, true means it can.1258 * @return bool False means this class can not be used, true means it can. 1259 1259 */ 1260 1260 public static function test( $args = array() ) { … … 1635 1635 * @since 2.7.0 1636 1636 * 1637 * @return bool eanFalse means this class can not be used, true means it can.1637 * @return bool False means this class can not be used, true means it can. 1638 1638 */ 1639 1639 public static function test( $args = array() ) { … … 2010 2010 * 2011 2011 * @param string $url URL you intend to send this cookie to 2012 * @return bool eantrue if allowed, false otherwise.2012 * @return bool true if allowed, false otherwise. 2013 2013 */ 2014 2014 public function test( $url ) {
Note: See TracChangeset
for help on using the changeset viewer.