Changeset 17637 for trunk/wp-includes/deprecated.php
- Timestamp:
- 04/13/2011 05:30:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/deprecated.php
r17613 r17637 2620 2620 return clone $object; 2621 2621 } 2622 2623 /** 2624 * Check for PHP timezone support 2625 * 2626 * @since 2.9.0 2627 * @deprecated 3.2 2628 * 2629 * @return bool 2630 */ 2631 function wp_timezone_supported() { 2632 _deprecated_function( __FUNCTION__, '3.2' ); 2633 2634 return true; 2635 }
Note: See TracChangeset
for help on using the changeset viewer.