File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 13
13
* It allows for WordPress to upgrade itself in combination with
14
14
* the wp-admin/includes/update-core.php file.
15
15
*
16
- * Note: newly introduced functions and methods cannot be used here.
17
- * All functions must be present in both the previous version being upgraded from,
18
- * and the later version that's being installed (e.g. when rolling back Core)
19
- * as this file is used in both.
16
+ * Note: Newly introduced functions and methods cannot be used here.
17
+ * All functions must be present in the previous version being upgraded from
18
+ * as this file is used there too.
20
19
*
21
20
* @since 2.8.0
22
21
* @since 4.6.0 Moved to its own file from wp-admin/includes/class-wp-upgrader.php.
Original file line number Diff line number Diff line change 2
2
/**
3
3
* WordPress core upgrade functionality.
4
4
*
5
- * Note: newly introduced functions and methods cannot be used here.
6
- * All functions must be present in both the previous version being upgraded from,
7
- * and the later version that's being installed (e.g. when rolling back Core)
8
- * as this file is used in both.
5
+ * Note: Newly introduced functions and methods cannot be used here.
6
+ * All functions must be present in the previous version being upgraded from
7
+ * as this file is used there too.
9
8
*
10
9
* @package WordPress
11
10
* @subpackage Administration
You can’t perform that action at this time.
0 commit comments