File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
contributing/documentation Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ and to the PHP documentation:
161
161
162
162
:phpclass:`SimpleXMLElement`
163
163
164
- :phpmethod: `DateTime::createFromFormat`
164
+ `DateTime::createFromFormat`_
165
165
166
166
:phpfunction:`iterator_to_array`
167
167
@@ -219,3 +219,4 @@ Installing the Sphinx extensions
219
219
.. _Pygments website : http://pygments.org/languages/
220
220
.. _source : https://github.com/fabpot/sphinx-php
221
221
.. _Sphinx quick setup : http://sphinx-doc.org/tutorial.html#setting-up-the-documentation-sources
222
+ .. _`DateTime::createFromFormat` : http://php.net/manual/en/datetime.createfromformat.php
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The "value" for each country is the two-letter country code.
12
12
13
13
.. note ::
14
14
15
- The locale of your user is guessed using :phpmethod: `Locale::getDefault() `
15
+ The locale of your user is guessed using `Locale::getDefault() `_
16
16
17
17
Unlike the ``choice `` type, you don't need to specify a ``choices `` or
18
18
``choice_list `` option as the field type automatically uses all of the countries
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The "value" for each language is the *Unicode language identifier*
13
13
14
14
.. note ::
15
15
16
- The locale of your user is guessed using :phpmethod: `Locale::getDefault() `
16
+ The locale of your user is guessed using `Locale::getDefault() `_
17
17
18
18
Unlike the ``choice `` type, you don't need to specify a ``choices `` or
19
19
``choice_list `` option as the field type automatically uses a large list
@@ -58,4 +58,6 @@ These options inherit from the :doc:`field</reference/forms/types/field>` type:
58
58
59
59
.. include :: /reference/forms/types/options/label.rst.inc
60
60
61
- .. include :: /reference/forms/types/options/read_only.rst.inc
61
+ .. include :: /reference/forms/types/options/read_only.rst.inc
62
+
63
+ .. _`Locale::getDefault()` : http://php.net/manual/en/locale.getdefault.php
You can’t perform that action at this time.
0 commit comments