web/wp-content/plugins/wptouch/include/plugin.php
author Anthony Ly <anthonyly.com@gmail.com>
Mon, 19 Nov 2012 18:26:13 +0100
changeset 194 32102edaa81b
parent 136 bde1974c263b
permissions -rw-r--r--
MAJ wordpress et ajout de plugin

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