0 ? 'update' : 'new'; } add_option( RatingNoticeDecider::OPT_INSTALL_TYPE, $install_type, '', false ); } if ( 0 >= $install_ts ) { $install_ts = $activation_ts > 0 ? $activation_ts : time(); add_option( RatingNoticeDecider::OPT_INSTALL_TIME, $install_ts, '', false ); } } }