Skip to content

Commit

Permalink
Merge pull request #3838 from yakky/feature/remove_width
Browse files Browse the repository at this point in the history
Remove deprecated argument
  • Loading branch information
yakky committed Feb 14, 2015
2 parents 7fe76e5 + 8f6440b commit 4a75fae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cms/templatetags/cms_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ class Placeholder(Tag):
Keyword arguments:
name -- the name of the placeholder
width -- additional width attribute (integer) which gets added to the plugin context
(deprecated, use `{% with 320 as width %}{% placeholder "foo"}{% endwith %}`)
inherit -- optional argument which if given will result in inheriting
the content of the placeholder with the same name on parent pages
or -- optional argument which if given will make the template tag a block
Expand Down

0 comments on commit 4a75fae

Please sign in to comment.