Forums

[resolved] what should the version.php file show? (2 posts)

  1. syncbox
    Member
    Posted 1 year ago #

    What *should* the version.php file show?

    <?php
    
    // This holds the version number in a separate file so we can bump it without cluttering the SVN
    
    $wp_version = '2.3.1';
    $wp_db_version = 6124;
    
    ?>

    what should be displayed for 2.3.2? (the db_version)

  2. moshu
    Member
    Posted 1 year ago #

Topic Closed

This topic has been closed to new replies.

About this Topic