91³Ô¹ÏÍø

Watch CBS News

More than 170 World War II bombs found under children's playground in England

More than 170 bombs from World War II were discovered underneath a children's playground in northern England, officials said, and it is believed that more will be unearthed.

The first of the bombs – which still contained a charge – were discovered at the playground in Wooler, Northumberland in January, reported. A total of 176 bombs have now been found so far and experts fear more will be unearthed, according to the BBC.

The playground was in the process of being updated when staff found a suspicious object while digging the foundation.

"It's quite something to think the children have been playing on bombs and it's been a really challenging situation," local councilor Mark Mather told the BBC.

The Wooler Parish Council said in a that Brimstone Site Investigations was hired to survey the playground and that it quickly became apparent that the "scale of the problem was far greater than anyone had anticipated."

Officials said 65 practice bombs weighing about 10 pounds each were found in an area of less than 10 square meters. Smoke cartridges were recovered from the same pit.

Another 90 practice bombs were found in about a 20 square feet area.

"Due to the large amount of ordnance buried, the site survey could not be completed in the anticipated 2 days and a further deployment would be necessary," officials said in a statement.

It is believed the area where the playground was initially built was used as a Home Guard training ground and the bombs were buried at the end of the war, the BBC reported.

"I never thought as a parish councilor I'd be dealing with bomb disposal," Mather told the news outlet.

According to Mather, work to dispose of the bombs is anticipated to continue at least through the middle of February.

He said it was not immediately clear who would pay for all the work but that the Northumberland County Council agreed to cover the cost.

"The Army will not support us in any way, either looking for the ordnance or removing it, which has been extremely disappointing," Mather told the BBC.

The Ministry of Defense confirmed to the BBC that a team attended the site twice in January but did not speak to the local council's claims.

"Clearly this find was unexpected but we are pleased to have been able to find the extra funding to allow this crucial work to be done safely," a spokesperson for the county council said in a statement.

Unexploded bombs from World War II have detonated without warning before. Last October, a bomb dropped by the U.S. during the war exploded at an airport in Japan, causing a large crater on a runway. In 2023, a World War II bomb exploded in Great Yarmouth, England, in what authorities called an "unplanned" detonation.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });