Changes between Initial Version and Version 2 of Ticket #21316
- Timestamp:
- 07/19/2012 08:30:09 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21316 – Description
initial v2 1 1 Since [19760]. 2 2 3 `wp_load_translations_early()` includes `functions.php`, which in turn includes `option.php`. This leads to the error message when running PHP 4:3 `wp_load_translations_early()` includes `functions.php`, which in turn includes `option.php`. This leads to the parse error when running PHP 4 (due to the `clone` keyword being used there): 4 4 {{{ 5 5 Parse error: syntax error, unexpected T_VARIABLE in wp-includes/option.php on line 225 6 6 }}} 7 http://core.trac.wordpress.org/browser/tags/3.4.1/wp-includes/option.php#L224 8 7 9 In 3.3, a proper error message was shown: 8 10 {{{