avoid referring to an internal function name in hook docs

pull/4935/head
Matt Westcott 2018-11-30 11:29:21 +00:00
rodzic 23c02ecfa1
commit b81e5c6b85
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -505,7 +505,7 @@ Hooks for customising the way users are directed through the process of creating
``before_move_page``
~~~~~~~~~~~~~~~~~~~~~
Called at the beginning of the "move_confirm page" view passing in the request, the page object and the destination page object.
Called at the beginning of the "move page" view passing in the request, the page object and the destination page object.
Uses the same behaviour as ``before_create_page``.