Skip to content

Commit e3048d6

Browse files
Docs: Expand file header for WP_Importer class.
Follow-up to [14760]. Props huzaifaalmesbah. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61523 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6100a51 commit e3048d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/wp-admin/includes/class-wp-importer.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?php
22
/**
33
* WP_Importer base class
4+
*
5+
* @package WordPress
6+
* @subpackage Importer
7+
* @since 3.0.0
48
*/
9+
510
#[AllowDynamicProperties]
611
class WP_Importer {
712
/**

0 commit comments

Comments
 (0)