summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation/upgrade_300.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-07 14:53:02 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-07 14:53:02 +0100
commit1e41136bdb4fad4d81ebf892240bb72bee73ef03 (patch)
tree358d904c16bd996da73e5a62a9d54b74df30b0e4 /user_guide_src/source/installation/upgrade_300.rst
parent46145faeb1ba56417af53b0aa545ba8437717da6 (diff)
[ci skip] Replace :php:func: usage with just :func:
Diffstat (limited to 'user_guide_src/source/installation/upgrade_300.rst')
-rw-r--r--user_guide_src/source/installation/upgrade_300.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst
index b89d4e35b..3f96a31e2 100644
--- a/user_guide_src/source/installation/upgrade_300.rst
+++ b/user_guide_src/source/installation/upgrade_300.rst
@@ -538,7 +538,7 @@ Input library method is_cli_request()
Calls to the ``CI_Input::is_cli_request()`` method are necessary at many places
in the CodeIgniter internals and this is often before the :doc:`Input Library
<../libraries/input>` is loaded. Because of that, it is being replaced by a common
-function named :php:func:`is_cli()` and this method is now just an alias.
+function named :func:`is_cli()` and this method is now just an alias.
The new function is both available at all times for you to use and shorter to type.