Abby Martin talks to Maya Yechieli Wind, an Israeli activist and dissenter, who advocates against Israeli aggression toward occupied Palestine
LIKE Breaking the Set @ http://fb.me/BreakingTheSet
FOLLOW Abby Martin @ http://twitter.com/AbbyMartin
/* Filter body class */ add_filter('body_class','my_theme_body_class'); /** * Add Mobile Body Class "wp-is-mobile" for mobile and "wp-is-not-mobile" for non-mobile device */ function my_theme_body_class( $classes ){ if ( wp_is_mobile() ) : $classes[] = 'wp-is-mobile'; else : $classes[] = 'wp-is-not-mobile'; endif; return $classes; }?>
Abby Martin talks to Maya Yechieli Wind, an Israeli activist and dissenter, who advocates against Israeli aggression toward occupied Palestine
LIKE Breaking the Set @ http://fb.me/BreakingTheSet
FOLLOW Abby Martin @ http://twitter.com/AbbyMartin