| @@ -46,11 +46,9 @@ | ||
| 46 | 46 | $active = isset($blockdata['count_active']) ? $blockdata['count_active'] : false; |
| 47 | 47 | $share_min_count = isset($blockdata['share_min_count']) ? $blockdata['share_min_count'] : 0; |
| 48 | 48 | |
| 49 | 49 | // this can use some streamlining |
| 50 | - //$network_block = $this->collection->getBlock('networkBlock'); | |
| 51 | - //$share_data = $network_block->getShareData(); | |
| 52 | - $share_url = $w->ask('display/vars/url'); //esc_url($share_data['url']); | |
| 50 | + $share_url = $w->ask('display/vars/url'); | |
| 53 | 51 | |
| 54 | 52 | if ( ( $active == 1 || $this->showTotal() ) && $this->network->isCountable() ) |
| 55 | 53 | { |
| 56 | 54 | |