Changeset 45580 for trunk/src/wp-includes/load.php
- Timestamp:
- 07/01/2019 08:00:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r45400 r45580 27 27 * @access private 28 28 */ 29 function wp_unregister_GLOBALS() { 29 function wp_unregister_GLOBALS() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid 30 30 if ( ! ini_get( 'register_globals' ) ) { 31 31 return;
Note: See TracChangeset
for help on using the changeset viewer.