Skip to content
Snippets Groups Projects
Commit 021137d7 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #20679 from owncloud/fixphpdoc

p() supports string as argument
parents df906f47 71386590
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
/**
* Prints a sanitized string
* @param string|array $string the string which will be escaped and printed
* @param string $string the string which will be escaped and printed
*/
function p($string) {
print(OC_Util::sanitizeHTML($string));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment