From 208a98c0ae1584527f149b709d3aef22470ab364 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Mon, 18 Feb 2013 22:54:15 +0100 Subject: [PATCH] Changed normal link to special :phpfunction: link --- reference/configuration/framework.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 39a575e0aef..aa8f1277e7b 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -240,7 +240,7 @@ assets_version_format **type**: ``string`` **default**: ``%%s?%%s`` -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`_ option to construct an asset's path. By default, the pattern adds the asset's version as a query string. For example, if ``assets_version_format`` is set to ``%%s?version=%%s`` and ``assets_version`` is set to ``5``, the asset's path @@ -372,4 +372,3 @@ Full Default Configuration debug: true .. _`protocol-relative`: http://tools.ietf.org/html/rfc3986#section-4.2 -.. _`sprintf()`: http://php.net/manual/en/function.sprintf.php