Add dev_commit.sh helper and no-emoji mandate

This commit is contained in:
Hanson.xyz Dev
2025-11-28 16:05:26 -06:00
parent fc7c6b0844
commit 7650362efe
3260 changed files with 1429683 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
/**
* Core class used for managing HTTP transports and making HTTP requests.
*
* This file is deprecated, use 'wp-includes/class-wp-http.php' instead.
*
* @deprecated 5.9.0
* @package WordPress
*/
_deprecated_file( basename( __FILE__ ), '5.9.0', WPINC . '/class-wp-http.php' );
/** WP_Http class */
require_once ABSPATH . WPINC . '/class-wp-http.php';