Skip to content

Commit f852860

Browse files
ramonjdt-hamano
andcommitted
Update packages/block-library/src/navigation-link/shared/use-link-preview.js
Co-authored-by: Aki Hamano <[email protected]>
1 parent 1291eab commit f852860

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/block-library/src/navigation-link/shared/use-link-preview.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ function getEntityTitle( entityRecord ) {
211211

212212
// Posts and pages expose `title` as a { raw, rendered } object.
213213
if ( title && 'rendered' in title ) {
214-
// translators: displayed when an entity has an empty title.
215214
return title.rendered || __( '(no title)' );
216215
}
217216

0 commit comments

Comments
 (0)