Verified Commit abfed05e authored by Dave Long's avatar Dave Long
Browse files

docs: #3532469 Documentation mentions Drupal being fully "repaired"

(cherry picked from commit d00a6671)
parent 6eac8a70
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -826,7 +826,8 @@ function hook_update_N(&$sandbox) {
 * a THEME.post_update.php file.
 *
 * These updates are executed after all hook_update_N() implementations. At this
 * stage Drupal is already fully repaired so you can use any API as you wish.
 * stage Drupal is already fully bootstrapped so you can use any API as you
 * wish.
 *
 * NAME can be arbitrary machine names. In contrast to hook_update_N() the
 * alphanumeric naming of functions in the file is the only thing which ensures