ADVERTISEMENT

Huw Edwards named as BBC presenter at center of explicit images row

Published Jul 13, 2023 12:48 am
LONDON, United Kingdom -- Veteran news anchor Huw Edwards was on Wednesday revealed by his wife as the BBC presenter accused of paying for explicit images but police said no criminal offence had been committed.
BBC journalist Huw Edwards (AFP)
The furor has been front-page news and leading radio and television news bulletins in British media for six successive days. It comes after the publicly funded BBC -- whose brand is built on public trust -- was rocked in recent years by scandals which saw some of their biggest names revealed as serial sex offenders. But while traditional media outlets -- bound by strict privacy and defamation laws -- did not name the presenter, there was frenzied speculation on social media as to who it was. Confirming his identity, Edwards' wife Vicky Flind said her husband was "suffering from serious mental health issues" and was now "receiving in-patient hospital care where he will stay for the foreseeable future". London's Metropolitan Police said there was "no information to indicate that a criminal offence has been committed" after examining information received. South Wales Police said the same. Welsh journalist Edwards, 61, is one of the most recognizable faces on UK television, and was the man entrusted with telling the world that Queen Elizabeth II had died. The BBC has been under the spotlight since allegations emerged last week in The Sun newspaper from the parents of a young adult, who said that the presenter had paid for explicit images of their child. The young adult, however, called the claims "rubbish." The Rupert Murdoch-owned tabloid newspaper, a longtime critic of the BBC and a supporter of the ruling Conservative party, accused the corporation of failing to properly investigate the claims.

Repercussions?

Edward's wife said she was revealing his identity "after what have been five extremely difficult days for our family" and was doing so "primarily out of concern for his mental well-being and to protect our children". "Once well enough to do so, he intends to respond to the stories that have been published," she added in a statement, saying that he only learned of the allegations on Thursday. Media experts warned that attention could soon switch to The Sun after the police statement threw serious doubt on the parents' claims of criminality. "The question mark here is around the specific allegation made" of criminality, said media lawyer Matthew Gill of Howard Kennedy LLP. "Now, it's unclear from The Sun's reporting whether they had any concrete evidence," he added, warning they could potentially face a defamation suit. A spokesperson for The Sun said the newspaper "has no plans to publish further allegations" and would cooperate with the BBC's own internal inquiry in the matter. But they added: "We must also re-emphasize that The Sun at no point in our original story alleged criminality and also took the decision neither to name Mr Edwards nor the young person involved in the allegations. "Suggestions about possible criminality were first made at a later date by other media outlets, including the BBC." The newspaper's reporting from the outset was about a complaint from the individual's parents to the BBC about payments from the presenter that fueled a drug habit, the spokesperson maintained.  

'Media war'

Murdoch and the BBC have a long history of friction, with media industry publication Press Gazette calling the current claim and counter-claim "a war between two of the UK's leading news publishers". "This episode can now only result with either News UK-owned The Sun or the BBC having their credibility severely diminished," it added. The first claims emerged in an article published Friday, in which the parents said the presenter had paid a total of £35,000 ($45,000) for the pictures. The family said their child had used the money to fuel a crack cocaine addiction, prompting lawyers acting for the young person to deny the claims. Three more people have since come forward with complaints, including that Edwards sent threatening and inappropriate messages, and allegedly broke Covid lockdown rules.

Related Tags

WORLDNEWS
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.