Editor: Add function prefix to avoid conflicts.

Transforms `initialize_theme_preview_hooks` to `wp_initialize_theme_preview_hooks` to avoid conflicts with third-party code.

Follow up to [56529].

Props okat.
See #59000.

Built from https://develop.svn.wordpress.org/trunk@56757


git-svn-id: http://core.svn.wordpress.org/trunk@56269 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
danielbachhuber
2023-10-02 22:42:24 +00:00
parent dfe1f0d130
commit e249e1aa28
3 changed files with 3 additions and 3 deletions

View File

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