We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1016517 + 208a98c commit 198af63Copy full SHA for 198af63
reference/configuration/framework.rst
@@ -240,7 +240,7 @@ assets_version_format
240
241
**type**: ``string`` **default**: ``%%s?%%s``
242
243
-This specifies a `sprintf()`_ pattern that will be used with the `assets_version`_
+This specifies a :phpfunction:`sprintf` pattern that will be used with the `assets_version`_
244
option to construct an asset's path. By default, the pattern adds the asset's
245
version as a query string. For example, if ``assets_version_format`` is set to
246
``%%s?version=%%s`` and ``assets_version`` is set to ``5``, the asset's path
@@ -372,4 +372,3 @@ Full Default Configuration
372
debug: true
373
374
.. _`protocol-relative`: http://tools.ietf.org/html/rfc3986#section-4.2
375
-.. _`sprintf()`: http://php.net/manual/en/function.sprintf.php
0 commit comments