if (!function_exists('wpchina_remove_wp_version_strings')) { function wpchina_remove_wp_version_strings( $src ) { global $wp_version; parse_str(parse_url($src, PHP_URL_QUERY), $query); if ( !empty($query['ver']) && $query['ver'] === $wp_version ) { $src = remove_query_arg('ver', $src); } return $src; } } add_filter( 'script_loader_src', 'wpchina_remove_wp_version_strings' ); add_filter( 'style_loader_src', 'wpchina_remove_wp_version_strings' ); if (!function_exists('wpchina_remove_version')) { function wpchina_remove_version() { return ''; } } add_filter('the_generator', 'wpchina_remove_version'); Madam Mandarin » 2015 » 11 月

Monthly Archives: 11 月 2015

好好玩的茶 (初級)play with fun

142

[topswf swf=’‘ width=’100′ height=’100′ quality=’best’ wmode=’transparent’ scale=’default’ flashvars=” allowfullscreen=’false’]

Category: 未分類