GetSimple Support Forum
QUESTION Do we need v=<?php echo get_site_version(); ?> - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: QUESTION Do we need v=<?php echo get_site_version(); ?> (/showthread.php?tid=7134)



Do we need v=<?php echo get_site_version(); ?> - Hypertexter - 2015-03-11

Hello,

the header.php of Innovation theme calls the style.css with a version string:

Code:
<link href="<?php get_theme_url(); ?>/style.css?v=<?php echo get_site_version(); ?>" rel="stylesheet">

Is this function important for any purpose?

I would like to have public html which does not show immediately that I still have not updated GS to a newer version...

Thank you,
Hypertexter


RE: Do we need v=<?php echo get_site_version(); ?> - shawn_a - 2015-03-11

Remove it , it was removed from core also


RE: Do we need v=<?php echo get_site_version(); ?> - Hypertexter - 2015-03-12

(2015-03-11, 22:07:15)shawn_a Wrote: Remove it , it was removed from core also

OK, thanks!