<link rel=’stylesheet’ id=’colors-fresh-css’ href=’ $ DOMAIN/wp-admin/css/colors-fresh.css?ver= $VERSION ‘ type=’text/css’ media=’all’ />(or in older versions)
<link rel=’stylesheet’ id=’login-css’ href=’$DOMAIN/wp-admin/css/login.css?ver=$VERSION’ type=’text/css’ media=’all’ />
Each $VERSION relates to a different wordpress version.
With the help of core.svn.wordpress.org/tags/2.7/wp-includes/script-loader.php
(2.8/wp-includes/script-loader.php.. etc) i made a list
WP-version $colors_version
2.7 20081210
2.7.1 20081210
2.8 20090610
2.8.1 20090625
2.8.2 20090625
2.8.3 20090625
2.8.4 20090625
2.8.5 20090625
2.8.6 20090625
2.9 20091217
2.9.1 20091217
2.9.2 20091217
3.0 20100610
3.0.1 20100610
3.0.2 20100610
3.0.3 20100610
3.0.4 20100610
3.0.5 20100610
3.0.6 20100610
3.1 20110121
3.1.1 20110121
3.1.2 20110121
3.1.3 20110121
3.1.4 20110121
3.2 20110703
3.2.1 20110703
3.3 20111206
3.3.1 20111206
This can be brought down to:
2.7 20081210
2.7.x 20081210
2.8 20090610
2.8.x 20090625
2.9 20091217
2.9.x 20091217
3.0 20100610
3.0.x 20100610
3.1 20110121
3.1.x 20110121
3.2 20110703
3.2.x 20110703
3.3 20111206
3.3.x 20111206
Source: http://0xa.li/wordpress-version-finder/
If you like my blog, Please Donate Me
No comments:
Post a Comment