Advertisement
Guest User

Untitled

a guest
Feb 13th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.44 KB | None | 0 0
  1. Undefined variable: socialbts_list in /blog/wp-content/plugins/wp-socializer/includes/wpsr-socialbuttons.php on line 201
  2. line 188 add:   $socialbts_list = '';
  3.  
  4. Undefined index: nofollow in /blog/wp-content/plugins/wp-socializer/includes/wpsr-socialbuttons.php on line 437
  5. line 437 change to:         'nofollow' => (isset($wpsr_socialbt['nofollow']) ? $wpsr_socialbt['nofollow'] : null),
  6.  
  7. Undefined variable: inner in /blog/wp-content/plugins/wp-socializer/includes/wpsr-addthis.php on line 158
  8. line 149 add:                   $inner = '';
  9.  
  10. Undefined variable: wpsr_sharethis_addp in /blog/wp-content/plugins/wp-socializer/includes/wpsr-sharethis.php on line 168
  11. line 168 change to:         'addp' => (isset($wpsr_sharethis_addp) ? $wpsr_sharethis_addp : null),
  12.  
  13. Undefined index: classic_order in /blog/wp-content/plugins/wp-socializer/includes/wpsr-sharethis.php on line 167
  14. line 167 change to:     'services' => (isset($wpsr_sharethis[$type . '_order']) ? $wpsr_sharethis[$type . '_order'] : null),
  15.  
  16. Undefined variable: params in /blog/wp-content/plugins/wp-socializer/includes/wpsr-google.php on line 58
  17. line 58 change to:          $plusone_processed .= '<g:plusone size="' . $type . '" href="' . $url . '" ' . (isset($params) ? $params : '') . '></g:plusone>';
  18.  
  19. Undefined variable: stumbleupon_processed in /blog/wp-content/plugins/wp-socializer/includes/wpsr-other.php on line 106
  20. line 101 change to:     $stumbleupon_processed = "\n<!-- Start WP Socializer Plugin - StumbleUpon Button -->\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement