Skip to content

Commit 68745e4

Browse files
committed
Fix deprecation warning on AMP validation post edit screen
1 parent 789e099 commit 68745e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/validation/class-amp-validated-url-post-type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public static function register() {
167167
'not_found' => __( 'No validated URLs found', 'amp' ),
168168
'not_found_in_trash' => __( 'No forgotten validated URLs', 'amp' ),
169169
'search_items' => __( 'Search validated URLs', 'amp' ),
170-
'edit_item' => '', // Overwritten in JS, so this prevents the page header from appearing and changing.
170+
'edit_item' => ' ', // Overwritten in JS, so this prevents the page header from appearing and changing.
171171
],
172172
'supports' => false,
173173
'public' => false,

0 commit comments

Comments
 (0)