web/wp-content/plugins/wptouch/include/plugin.php
branchwordpress
changeset 123 561aa6d282f6
equal deleted inserted replaced
112:fb7cd02b9848 123:561aa6d282f6
       
     1 <?php
       
     2 	function bnc_get_wp_version() {
       
     3 		$version = (float)str_replace('.','',get_bloginfo('version'));
       
     4 		if ($version < 100) { $version = $version * 10; }
       
     5 		$version = $version / 100;
       
     6 		return $version; 
       
     7 		}		
       
     8 ?>