web/wp-content/plugins/wptouch/include/plugin.php
author Anthony Ly <anthonyly.com@gmail.com>
Mon, 10 Dec 2012 16:45:00 -0800
changeset 197 6f2ea86df1aa
parent 136 bde1974c263b
permissions -rw-r--r--
Remplacement des logos footer partenariat, style et liens. Correction traduction.

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