[wp-trac] Re: [WordPress Trac] #8570: Admin Footer: "You are using a
development version (2.7). Cool! Please stay updated"
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 12 23:18:55 GMT 2008
#8570: Admin Footer: "You are using a development version (2.7). Cool! Please stay
updated"
----------------------------+-----------------------------------------------
Reporter: 112502 | Owner: matt
Type: defect | Status: new
Priority: high | Milestone: 2.7.1
Component: Administration | Version: 2.7
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by csseur3):
i have this:
{{{
<?php
/**
* This holds the version number in a separate file so we can bump it
without cluttering the SVN
*/
/**
* The WordPress version string
*
* @global string $wp_version
*/
$wp_version = '2.7';
/**
* Holds the WordPress DB revision, increments when changes are made to
the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 9872;
?>
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/8570#comment:8>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list