add_filter( 'render_block', function ( $block_content, $block ) { // Do not alter titles inside the WordPress administration area. if ( is_admin() ) { return $block_content; } // Apply only to the live homepage or the new homepage test page. if ( ! is_front_page() && ! is_page( 237758 ) ) { return $block_content; } // Apply only to titles generated inside Query Loop blocks. if ( empty( $block['blockName'] ) || 'core/post-title' !== $block['blockName'] ) { return $block_content; } // Remove the two editorial prefixes from displayed homepage titles. return preg_replace( '/(]*>)\s*(?:NEWS STORY|PRESS RELEASE)\s*:\s*/i', '$1', $block_content ); }, 10, 2 );

Kate Hollern – 2016 Parliamentary Question to the Ministry of Defence

The below Parliamentary question was asked by Kate Hollern on 2016-01-26.

To ask the Secretary of State for Defence, whether the contingency fund for the new generation of successor Trident submarines was based on a full quantitative risk assessment of the project.

Mr Philip Dunne

As set out in the Strategic Defence and Security Review 2015, we have set a contingency of £10 billion, which represents around 35% of the cost to completion. This is a prudent estimate based on past experience of large, complex projects, such as the 2012 Olympics.

UKPOL.CO.UK

Independent, factual reporting of UK Government, Parliament and politics.