Changeset 46630
- Timestamp:
- 11/02/2019 08:11:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-json.php
r46377 r46630 160 160 * @deprecated 5.3.0 Use __construct() instead. 161 161 * 162 * @see __construct()162 * @see Services_JSON::__construct() 163 163 */ 164 164 public function Services_JSON( $use = 0 ) { … … 992 992 * @deprecated 5.3.0 Use __construct() instead. 993 993 * 994 * @see __construct()994 * @see Services_JSON_Error::__construct() 995 995 */ 996 996 public function Services_JSON_Error($message = 'unknown error', $code = null, … … 1024 1024 * @deprecated 5.3.0 Use __construct() instead. 1025 1025 * 1026 * @see __construct()1026 * @see Services_JSON_Error::__construct() 1027 1027 */ 1028 1028 public function Services_JSON_Error( $message = 'unknown error', $code = null,
Note: See TracChangeset
for help on using the changeset viewer.