Loading google-analytics-page-stats.php +2 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ /* Plugin Name: Google Analytics Page Stats Plugin URI: https://aztlan.fciencias.unam.mx/gitlab/canek/google-analytics-page-stats/ Description: This plugin offers allows to get the page stats from Google Analytics. Description: This plugin allows to get the page stats from Google Analytics. Author: Canek Peláez Version: 0.0.1 Author URI: https://aztlan.fciencias.unam.mx/~canek/ Loading Loading @@ -50,7 +50,6 @@ function ga_page_stats_activation($network_wide) { add_option($option_name, $option); } } restore_current_blog(); } else { add_option($option_name, $option); Loading Loading
google-analytics-page-stats.php +2 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ /* Plugin Name: Google Analytics Page Stats Plugin URI: https://aztlan.fciencias.unam.mx/gitlab/canek/google-analytics-page-stats/ Description: This plugin offers allows to get the page stats from Google Analytics. Description: This plugin allows to get the page stats from Google Analytics. Author: Canek Peláez Version: 0.0.1 Author URI: https://aztlan.fciencias.unam.mx/~canek/ Loading Loading @@ -50,7 +50,6 @@ function ga_page_stats_activation($network_wide) { add_option($option_name, $option); } } restore_current_blog(); } else { add_option($option_name, $option); Loading