Browse Source

example works when path is set in phpdoc config

tokul 20 years ago
parent
commit
9a33fbccf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/translate/config_default.php

+ 1 - 1
plugins/translate/config_default.php

@@ -103,7 +103,7 @@ $disable_compose_translate=true;
  * If you enable custom translation engines, you must include
  * translate_form_custom(), translate_custom_showtrad() and
  * $translate_custom_showoption() functions in your config.
- * See example in config_sample.php
+ * @example plugins/translate/config_sample.php
  * @global bool $translate_custom_enabled
  */
 global $translate_custom_enabled;