From 1127d9dff2ad18c10842666a3be21f584efac82f Mon Sep 17 00:00:00 2001 From: Chris Nehren Date: Fri, 11 Jan 2008 20:42:34 +0000 Subject: [PATCH] Fix Freudian slip in widget entry: s/templatize/widgetize/ --- docs/changelog/7.x.x.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index e8dcbee40..627166077 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -20,7 +20,7 @@ be in Packages! - add: widgetize asset macro. called like so: ^Widget(assetId, width, height, templateId); where assetId is the asset of the widget to - templatize and templateId is the template for the widget itself. If + widgetize and templateId is the template for the widget itself. If templateId isn't specified, uses ajaxInlineView. 7.4.20