Trump pauses US strikes in Iran after two weeks of attacks
The Trump administration has paused U.S. strikes in Iran after nearly two weeks of military attacks in the Middle Eastern country.
The break in strikes arrived days after President Donald Trump defended the Iran war, following the deaths of four U.S. troops killed in the conflict last weekend. “We want to get it over with, and we want to do it right, but we have to… do what we came to do,” Trump said. No strikes have occurred since Thursday, July 23.
Iranian and American officials agreed to a ceasefire last month, but it quickly dissolved and Iran has continued to block the Strait of Hormuz. Trump has vowed to take control over the strait, a vital global waterway for the world’s oil supply.
Over two-thirds of Americans surveyed in a Washington Post/Ipsos poll released earlier this month said they disapprove of Trump’s handling of the Iran war. The House of Representatives voted July 23 to tell the president to end the war 214-208, with four Republicans siding with Democrats to chide Trump. Senate Republicans subsequently rejected a similar symbolic measure – and opportunity to buck the president.
CNN, New York Times: Iran, Oman hold talks about Strait of Hormuz
CNN and The New York Times reported July 26 that Esmaeil Baghaei, the Iranian Foreign Ministry spokesman, said that officials from Iran and Oman, a neighboring country in the Middle East, held talks about the Strait of Hormuz.
Baghaei described the talks as productive and said officials made progress over the key waterway but didn’t immediately provide details.
Expert tells CNN that US pause could suggest attempt to deescalate the war
A Biden-era national security adviser, Negah Angha, told CNN that the pause in strikes could be an attempt at deescalating the contentious war in Iran.
“It looks like Washington is just trying to cool the temperature, trying to enforce some form of deescalation,” Angha told the outlet.
She also said the United States may be testing whether Iran is also willing to respond by cooling the temperature.
“Everyone is trying to find these diplomatic off-ramps and this could be one of those scenarios,” Angha told CNN.
Contributing: Erin Mansfield
(function () { let route = window.ga_data.route, headline = route.headline || document.title, url = route.url, sponsoredText = (route.sponsoredSeries || route.sponsoredStory) ? 'Story From ' + route.sponsoredName + ': ' : '';
nsbFacebookURL(url, headline); nsbTwitterURL(url, headline, sponsoredText); nsbEmailURL(url, headline, sponsoredText); nsbSMSURL(url, headline, sponsoredText);
function nsbFacebookURL(url, headline) { let ele = document.querySelectorAll('.nsb-facebook'); if (!ele) return;
nsbSetLink(ele, `https://www.facebook.com/dialog/feed?app_id=${window.ga_data.site.facebook.appid}&redirect_uri=${window.location.href}&link=${url}&name=${encodeURIComponent(headline)}`); }
function nsbTwitterURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-twitter'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`); nsbSetLink(ele, `https://twitter.com/intent/tweet?text=${text} ${url} via @${window.ga_data.site.twitter.primary_account}`); }
function nsbEmailURL(url, headline, sponsoredText) { let description = document.querySelector('meta[name="description"]') ? encodeURIComponent(document.querySelector('meta[name="description"]').getAttribute('content')) : null, siteName = window.ga_data.site.publicationName, text = encodeURIComponent(`${sponsoredText}${headline}`);
if (!description && text) ele.remove(); else nsbSetLink(document.querySelectorAll('.nsb-email'), `mailto:?subject=${siteName} ${text}&body=From ${siteName}%0D%0A${text}%0D%0A${description}%0D%0A%0D%0A${url}%0D%0A%0D%0A%0D%0A%0D%0A`); }
function nsbSMSURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-text'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`) + '%0A%0A'; nsbSetLink(ele, `sms:?&body=${text}${encodeURIComponent(url)}`); }
function nsbSetLink (ele, url) { let links = ele; links.forEach(link => { link.setAttribute('href', url); }); } })();
function fireNavShareAnalytics (type) { try { let analytics = document.getElementById("pageAnalytics"), section = ga_data.route.sectionName || ga_data.route.ssts.split('/')[0]; if (analytics) { analytics.fireEvent(`${ga_data.route.basePageType}:${section}:nav-share-buttons:${type}`); } else { if (window.newrelic) window.newrelic.noticeError('page analytics tag not found'); } } catch (e) { if (window.newrelic) window.newrelic.noticeError(e); } }