Index: chrome/common/extensions/docs/templates/private/warning_deprecated.html |
diff --git a/chrome/common/extensions/docs/templates/private/warning_deprecated.html b/chrome/common/extensions/docs/templates/private/warning_deprecated.html |
index 7880e1f7f33039e532dde6c06a097a9179075989..47b0bd7d7ed3830c5e8bc1f4203aae029a1e607d 100644 |
--- a/chrome/common/extensions/docs/templates/private/warning_deprecated.html |
+++ b/chrome/common/extensions/docs/templates/private/warning_deprecated.html |
@@ -1,8 +1,8 @@ |
{{- Parameters: |
- |function|: the schema for the function |
+ |item|: the schema for the item |
-}} |
-{{?function.deprecated}} |
+{{?item.deprecated}} |
<p class="warning"> |
- {{function.name}} is deprecated. {{{function.deprecated}}} |
+ {{item.name}} is deprecated. {{{item.deprecated}}} |
</p> |
-{{/function.deprecated}} |
+{{/item.deprecated}} |