Wordpress 3.5 Upgrade The problem found,
so i have found where the problem is after you update your clipper you will notice all your tabs are not working ,
here is the problem
function app_dashboard() {
global $wpdb, $app_edition, $app_rss_feed;
global $app_twitter_rss_feed, $app_forum_rss_feed, $options_dashboard;
$count_live = $wpdb->get_var( $wpdb->prepare( "SELECT count(ID) FROM $wpdb->posts WHERE post_status IN ('publish', 'unreliable') AND post_type = '".APP_POST_TYPE."'" ) );
$count_pending = $wpdb->get_var( $wpdb->prepare( "SELECT count(ID) FROM $wpdb->posts WHERE post_type = '".APP_POST_TYPE."' AND post_status = 'pending'" ) );
Developer Team :
P.S why did the update for clipper moved to Jan 30, ??????????