Index: openacs-4/packages/edit-this-page/tcl/etp-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/tcl/etp-procs.tcl,v diff -u -r1.33 -r1.34 --- openacs-4/packages/edit-this-page/tcl/etp-procs.tcl 19 Aug 2024 11:52:20 -0000 1.33 +++ openacs-4/packages/edit-this-page/tcl/etp-procs.tcl 19 Aug 2024 11:59:37 -0000 1.34 @@ -14,8 +14,8 @@ {content Content Content string {rows=24 cols=80} "" -1} } - ad_proc -public make_content_type { content_type pretty_name pretty_plural attribute_metadata } { - obsolete name; use define_content_type instead + ad_proc -deprecated make_content_type { content_type pretty_name pretty_plural attribute_metadata } { + @see define_content_type } { return [define_content_type $content_type $pretty_name $pretty_plural $attribute_metadata] }