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 1313 * It allows for WordPress to upgrade itself in combination with
1414 * the wp-admin/includes/update-core.php file.
1515 *
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.
2019 *
2120 * @since 2.8.0
2221 * @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 22/**
33 * WordPress core upgrade functionality.
44 *
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.
98 *
109 * @package WordPress
1110 * @subpackage Administration
You can’t perform that action at this time.
0 commit comments