Skip to content

Commit f11ff5f

Browse files
committed
Fixed new function name
1 parent c0fa991 commit f11ff5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/appendices/2-1-migration-guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ HtmlHelper
238238
an array. This gives more control and flexibility over the first crumb link.
239239
- :php:meth:`HtmlHelper::docType()` now defaults to html5.
240240
- :php:meth:`HtmlHelper::image()` now has a ``fullBase`` option.
241-
- :php:meth:`HtmlHelper::video()` has been added. You can use this method to
242-
create HTML5 video elements.
241+
- :php:meth:`HtmlHelper::media()` has been added. You can use this method to
242+
create HTML5 audio/video elements.
243243
- :term:`plugin syntax` support has been added for
244244
:php:meth:`HtmlHelper::script()`, :php:meth:`HtmlHelper::css()`, :php:meth:`HtmlHelper::image()`.
245245
You can now easily link to plugin assets using ``Plugin.asset``.

0 commit comments

Comments
 (0)