web/wp-content/plugins/wptouch/include/plugin.php
author ymh@caf4f556-3d62-0410-8435-a86758001935
Tue, 02 Feb 2010 12:01:17 +0000
branchwordpress
changeset 129 df612fc5a5de
parent 123 561aa6d282f6
permissions -rw-r--r--
site correction

<?php
	function bnc_get_wp_version() {
		$version = (float)str_replace('.','',get_bloginfo('version'));
		if ($version < 100) { $version = $version * 10; }
		$version = $version / 100;
		return $version; 
		}		
?>