aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/tree
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 05:20:27 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 05:20:27 +0200
commitd905358e2be11cc3fe040036b1138e54be7f30dc (patch)
tree50fb4519de4dd74a3bbdc840efbafb94daffbdc0 /phpBB/phpbb/tree
parent8b8ba3d7ac45447f82fe43e50a0d6c921922d214 (diff)
downloadforums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.gz
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.bz2
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.xz
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.zip
[ticket/11700] Fix leftover backslashes in comments
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/tree')
-rw-r--r--phpBB/phpbb/tree/tree_interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/tree/tree_interface.php b/phpBB/phpbb/tree/tree_interface.php
index b0a1e08ec6..162c1e5e29 100644
--- a/phpBB/phpbb/tree/tree_interface.php
+++ b/phpBB/phpbb/tree/tree_interface.php
@@ -69,7 +69,7 @@ interface tree_interface
/**
* Moves all children of one item to another item
*
- * If the new parent already has children, the new \children are appended
+ * If the new parent already has children, the new children are appended
* to the list.
*
* @param int $current_parent_id The current parent item