From bb7076f978fe35cf7348c9fc98e1f3fdc79d29f6 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 9 Apr 2015 14:13:11 +0100 Subject: [PATCH] better heading --- docs/releases/1.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/1.0.rst b/docs/releases/1.0.rst index 2c792b8cc..5cccae6f0 100644 --- a/docs/releases/1.0.rst +++ b/docs/releases/1.0.rst @@ -295,8 +295,8 @@ Wagtail organises panels into three tabs: 'Content', 'Promote' and 'Settings'. D ObjectList(BlogPage.settings_panels, heading='Settings', classname="settings"), ]) -The ``construct_wagtail_edit_bird`` has changed -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +``construct_wagtail_edit_bird`` hook has been renamed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Previously you could customize the Wagtail userbar using the ``construct_wagtail_edit_bird`` hook. The hook has been renamed to ``construct_wagtail_userbar``.