HTML API: Rename WP_HTML_Processor::createFragment() to follow WPCS.

`WP_HTML_Processor::create_fragment()` is the correct method name as per the WordPress PHP coding standards.

Follow-up to [56274].

Props dmsnell, jrf, hellofromTonya, SergeyBiryukov.
Fixes #59547.
Built from https://develop.svn.wordpress.org/trunk@56790


git-svn-id: http://core.svn.wordpress.org/trunk@56302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2023-10-05 22:42:26 +00:00
parent bef632d0cc
commit 4fd39c6620
2 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-beta2-56788';
$wp_version = '6.4-beta2-56790';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.