Changeset 1069841
- Timestamp:
- 01/17/2015 03:40:20 AM (11 years ago)
- Location:
- somatic-framework/trunk
- Files:
-
- 3 edited
-
inc/somaOptions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
somaticFramework.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
somatic-framework/trunk/inc/somaOptions.php
r865419 r1069841 1121 1121 1122 1122 ga('create', '<?php echo $ga; ?>', '<?php echo $site; ?>'); 1123 ga('require', 'displayfeatures'); 1123 1124 ga('send', 'pageview'); 1124 1125 -
somatic-framework/trunk/readme.txt
r930166 r1069841 32 32 33 33 == Changelog == 34 35 = 1.8.11 = 36 * FIX: parse_query action hook repaired, had stopped working oddly 37 * added demographics tracking line to google analytics code 34 38 35 39 = 1.8.10 = -
somatic-framework/trunk/somaticFramework.php
r930166 r1069841 109 109 110 110 add_filter( 'query_vars', array(__CLASS__,'query_vars' ) ); 111 add_action( 'parse_request', array(__CLASS__, 'parse_request' ) );111 add_action( 'parse_request', array(__CLASS__, 'parse_request' ), 100, 2 ); // affects only the main query not queries made with wp_query! 112 112 113 113 // admin scripts and styles
Note: See TracChangeset
for help on using the changeset viewer.