Real simple question - where is version information displayed for WPMU?
Real simple question - where is version information displayed for WPMU?
Displayed in what way?
You should be seeing it in the footer of every page of the dashboard. Many themes display it in the head of the outputted code as well.
The information is kept in wp-includes/version.php
The theme I use doesn't display the version information. It just makes sense that the version would be displayed in the admin section. I'm really surprised that this isn't already included.
Stripped out for security reasons. Look in the version.php file.
Can I use the version.php file from anywhere to check my version like myblogurl.com/wp-includes/version.php? Or do I have to be logged into my server and look at the source?
Gotta look in the file itself.