Changeset 56751
- Timestamp:
- 09/30/2023 07:37:34 AM (17 months ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r56724 r56751 4009 4009 * @deprecated 5.5.0 4010 4010 */ 4011 function wp_unregister_GLOBALS() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid4011 function wp_unregister_GLOBALS() { 4012 4012 // register_globals was deprecated in PHP 5.3 and removed entirely in PHP 5.4. 4013 4013 _deprecated_function( __FUNCTION__, '5.5.0' ); -
trunk/src/xmlrpc.php
r55918 r56751 98 98 * @param string $msg Information describing logging reason. 99 99 */ 100 function logIO( $io, $msg ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid100 function logIO( $io, $msg ) { 101 101 _deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' ); 102 102 if ( ! empty( $GLOBALS['xmlrpc_logging'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.