Changes between Initial Version and Version 1 of Ticket #5702
- Timestamp:
- 06/10/2014 03:06:10 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5702 – Description
initial v1 1 1 WordPress PHP min required version is 5.2.4 and the {{{__DIR__}}} was introduced in 5.3. As a result using WordPress min required version with trunk fails to load BuddyPress. 2 2 3 This is probably an edge case, but i think it would be best to use dirname( __FILE__ )to be consistent with WordPress PHP min required version.3 This is probably an edge case, but i think it would be best to use {{{dirname( __FILE__ )}}} to be consistent with WordPress PHP min required version.