Skip to content

Commit daa427a

Browse files
committed
Changed normal link to special :phpmethod: link
1 parent a3c1a0f commit daa427a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

reference/forms/types/language.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The "value" for each language is the *Unicode language identifier*
1313

1414
.. note::
1515

16-
The locale of your user is guessed using `Locale::getDefault()`_
16+
The locale of your user is guessed using :phpmethod:`Locale::getDefault()`
1717

1818
Unlike the ``choice`` type, you don't need to specify a ``choices`` or
1919
``choice_list`` option as the field type automatically uses a large list
@@ -58,6 +58,4 @@ These options inherit from the :doc:`field</reference/forms/types/field>` type:
5858

5959
.. include:: /reference/forms/types/options/label.rst.inc
6060

61-
.. include:: /reference/forms/types/options/read_only.rst.inc
62-
63-
.. _`Locale::getDefault()`: http://php.net/manual/en/locale.getdefault.php
61+
.. include:: /reference/forms/types/options/read_only.rst.inc

0 commit comments

Comments
 (0)