Skip to content

Commit

Permalink
Removing coments
Browse files Browse the repository at this point in the history
  • Loading branch information
joseconti committed Apr 26, 2014
1 parent 281980b commit 2e6899e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 23 deletions.
10 changes: 0 additions & 10 deletions wangguard-about.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,16 +235,6 @@ function get_commits_wangguard() {
return $commits;
}

/****************************************************************************************************************/
/****************************************************************************************************************/
/**
* Output the credits screen
*
* Hardcoding this in here is pretty janky. It's fine for 2.2, but we'll
* want to leverage api.wordpress.org eventually.
*
* @since bbPress (r4159)
*/
function wangguard_credits() {

if ( defined('WANGGUARD_VERSION') ) {
Expand Down
1 change: 0 additions & 1 deletion wangguard-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2364,7 +2364,6 @@ function wangguard_add_wp_admin_bar_menus() {

if ($wangguard_is_network_admin && function_exists("network_admin_url"))$urlFunc = "network_admin_url";
$isMainBlog = false;

$wggcurrentblog = get_current_blog_id();

if (defined("BP_ROOT_BLOG")) {
Expand Down
2 changes: 1 addition & 1 deletion wangguard-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function wangguard_init() {
remove_action('admin_bar_menu', 'wangguard_add_wp_admin_bar_menus', 100 );
wangguard_admin_warnings();
}

if (get_site_option('wangguard_redirect_on_activation') == 'true') {
update_site_option('wangguard_redirect_on_activation', 'false');
if ( !is_multisite() ) { $wangguardredirect = esc_url( admin_url( add_query_arg( array( 'page' => 'wangguard_about' ), 'admin.php' ) ) ); }
Expand Down
11 changes: 0 additions & 11 deletions wangguard-help.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,17 +329,6 @@ function wangguard_help_us() {

<?php
}
/****************************************************************************************************************/
/****************************************************************************************************************/
/**
* Output the credits screen
*
* Hardcoding this in here is pretty janky. It's fine for 2.2, but we'll
* want to leverage api.wordpress.org eventually.
*
* @since bbPress (r4159)
*/
// function to get the IP address of the user


// function to get the IP address of the user
Expand Down

0 comments on commit 2e6899e

Please sign in to comment.