Index: trunk/tools/ToolserverI18N/TsIntuition.php |
— | — | @@ -128,7 +128,7 @@ |
129 | 129 | // Allow a tool to disable the loading of global functions, |
130 | 130 | // in case they have a _() and/or _e() already. |
131 | 131 | if ( $options['globalfunctions'] === true ) { |
132 | | - //require_once( $this->localBaseDir . '/Functions.php' ); |
| 132 | + require_once( $this->localBaseDir . '/Functions.php' ); |
133 | 133 | } |
134 | 134 | |
135 | 135 | // Allow a tool to suppress fatals, which will prevent TsIntuition from showing fatal errors. |