diff --git a/client/post-editor/editor-ground-control/index.jsx b/client/post-editor/editor-ground-control/index.jsx
index 2bbdd985b23d1..b863716cbc1ad 100644
--- a/client/post-editor/editor-ground-control/index.jsx
+++ b/client/post-editor/editor-ground-control/index.jsx
@@ -304,6 +304,18 @@ export default React.createClass( {
homeLink={ true }
externalLink={ true }
/>
+ { this.state.needsVerification &&
+
+
+ { this.getVerificationNoticeLabel() }
+ { ' ' }
+ { this.translate( 'Learn More' ) }
+
+ }
{ this.isSaveEnabled() &&