diff options
author | RedMatrix <info@friendica.com> | 2014-06-30 09:24:45 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-06-30 09:24:45 +1000 |
commit | 0bd2dbaf6429bb1d551ad95301ad22989fd0e88d (patch) | |
tree | ea301c669edd04d7605923cf4f77f7a975e1668c /doc/developer_function_primer.bb | |
parent | 3e0f1fe06588f2d785b068e8c365cd6bc7159e40 (diff) | |
parent | f1d5ffda693fa44d3325785c5c8e8021d8873bea (diff) | |
download | volse-hubzilla-0bd2dbaf6429bb1d551ad95301ad22989fd0e88d.tar.gz volse-hubzilla-0bd2dbaf6429bb1d551ad95301ad22989fd0e88d.tar.bz2 volse-hubzilla-0bd2dbaf6429bb1d551ad95301ad22989fd0e88d.zip |
Merge pull request #518 from tluther/master
Doco work
Diffstat (limited to 'doc/developer_function_primer.bb')
-rw-r--r-- | doc/developer_function_primer.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/developer_function_primer.bb b/doc/developer_function_primer.bb index 8a41c81f4..144664615 100644 --- a/doc/developer_function_primer.bb +++ b/doc/developer_function_primer.bb @@ -42,4 +42,6 @@ Returns the translated variant of $string for the current language or $string (d [b]x($var), $x($array,$key)[/b]
-Shorthand test to see if variable $var is set and is not empty. Tests vary by type. Returns false if $var or $key is not set. If variable is set, returns 1 if has 'non-zero' value, otherwise returns 0. -- e.g. x('') or x(0) returns 0;
\ No newline at end of file +Shorthand test to see if variable $var is set and is not empty. Tests vary by type. Returns false if $var or $key is not set. If variable is set, returns 1 if has 'non-zero' value, otherwise returns 0. -- e.g. x('') or x(0) returns 0;
+
+Return to the [url=[baseurl]/help/main]Main documentation page[/url]
|