Commit b87e8e4ab9 for wordpress.org
commit b87e8e4ab9a4ff53f8bd94cd7225e66896349f2c
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date: Sat Jan 24 23:34:37 2026 +0000
Docs: Expand file header for `WP_Importer` class.
Follow-up to [14760].
Props huzaifaalmesbah.
See #64224.
Built from https://develop.svn.wordpress.org/trunk@61523
git-svn-id: http://core.svn.wordpress.org/trunk@60834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-admin/includes/class-wp-importer.php b/wp-admin/includes/class-wp-importer.php
index 883be2c218..ef680f5d62 100644
--- a/wp-admin/includes/class-wp-importer.php
+++ b/wp-admin/includes/class-wp-importer.php
@@ -1,7 +1,12 @@
<?php
/**
* WP_Importer base class
+ *
+ * @package WordPress
+ * @subpackage Importer
+ * @since 3.0.0
*/
+
#[AllowDynamicProperties]
class WP_Importer {
/**
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 4a42dab7d8..657f29b6b5 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61522';
+$wp_version = '7.0-alpha-61523';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.