• I’ve got several blogs in different folders. Some are running b2, some WP. I’ve lost track of which ones are which version of either of those pieces of software. Is there a file that shows the version number for a given distribution?

Viewing 5 replies - 1 through 5 (of 5 total)
  • If you haven’t pulled it out, there should be a meta generator tag that includes the version # in the index.php page. Something like this:
    <meta name=’generator’ content=’WordPress .72′ /> <!– leave this for stats –>

    It’s also at the top of b2vars.php in both packages.
    Mike

    Thread Starter jimbrown

    (@jimbrown)

    Thanks.

    On my Index.php I only get :
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    Is there another way to determine version number…..maybe from the admin console?

    View Source ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Determine version’ is closed to new replies.