ADVERTISEMENT

Locsin apologizes to de Lima for derogatory tweet

Published Jan 26, 2020 12:00 am
By Roy Mabasa  Foreign Affairs Secretary Teodoro Locsin Jr. has apologized to Sen. Leila De Lima for referring to her as “fat lady” in one of his tweets on Friday concerning the importance being accorded to her by some United States senators compared to the mutual defense pact of the two countries. Foreign Secretary Teodoro Locsin Jr.  (AP Photo/Sakchai Lalit / MANILA BULLETIN) Foreign Secretary Teodoro Locsin Jr.
(AP Photo / Sakchai Lalit / File Photo / MANILA BULLETIN) “Correction with apology. ‘If the US regards a lady who should be happy to have her day…’ An honest slip of the finger. Anyway, she’s admirable in her feistiness. Others guilty or innocent would have thrown in the towel but she won’t. She’s a lady of quality in that respect,” Locsin said on his social media post on Friday. Locsin made the apology after posting the following remarks on Twitter earlier in the day: “If the US regards a fat lady who should be happy to have her day in court to clear her name of charges – charges a Supreme Court of honor law graduates ruled twice as valid (as opposed to US senators merely elected) – as more important than our mutual defense well then so be it.” On the same day, Locsin flew to Washington, D.C. where he is expected to deliver a letter notifying the American side of President Rodrigo Duterte’s intent to abrogate the Visiting Forces Agreement (VFA). “I as chair of the Visiting Forces will merely send a note signed by me because the authority was transferred to the Secretary of Foreign Affairs. Simple. I am leaving tonight for Washington and New York on another matter,” the DFA secretary twitted on Friday. Last week, President Rodrigo Duterte said in a speech before New People’s Army (NPA) rebel returnees in Leyte that he would give notice to Washington abrogating the Visiting Forces Agreement if the US will not reinstate the canceled visa of Sen. Ronald “Bato” Dela Rosa. Dela Rosa was Duterte’s first PNP chief prior to being elected to Senate. READ MORE: Duterte orders termination of VFA Dela Rosa was tagged as one of the chief architects of the bloody war-on-drugs campaign by the Duterte administration, a reason the senator believed why the US government canceled his visa. READ MORE: ‘Birthday gift’: Sen. Bato confirms his US visa has been canceled Locsin, who is known for his expletives and name-calling in his social media posting, earlier described the President’s threat to scuttle the VFA a “good move”. “Good move. Visas fall under US Justice Department in the Executive Branch. Either they’re serious about US-PH military alliance or not,” he said. Last month, President Donald Trump signed the US government’s $1.4-trillion 2020 budget, which included a provision that allows the Secretary of the State to bar Philippine officials from entering the US if he has “credible information” that they were involved in the “wrongful imprisonment” of De Lima. READ MORE: Trump signs bill which includes visa ban on officials involved in De Lima detention In response, President Duterte ordered the Bureau of Immigration to bar United States Senators Dick Durbin and Patrick Leahy from entering the Philippines.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.