2010-03-09, 02:24:35
I was thinking that the Version number should be a constant, or a function like get_version_number().
The reason I'm suggesting this, is because if you are developing plugins that are backward compatible I need to know the current version of the App.
I know I can use but, for future documentation and standardization it makes more sense to user a constant such as, VERSION_NUMBER or like I mentioned before, a simple function that returns the current version number.
Let me know what you guys think.
The reason I'm suggesting this, is because if you are developing plugins that are backward compatible I need to know the current version of the App.
I know I can use
Code:
$site_version_no
Let me know what you guys think.