diff --git a/cmb2-attached-posts-field.php b/cmb2-attached-posts-field.php index f549230..3328933 100644 --- a/cmb2-attached-posts-field.php +++ b/cmb2-attached-posts-field.php @@ -69,6 +69,7 @@ public function render( $field, $escaped_value, $object_id, $object_type, $field // If there are no posts found, just stop if ( ! $posts ) { + printf( __( 'No entries found for the %s post types' , 'cmb' ), $post_type_labels ); return; }