Changed the title and description of another thumbnail item

This commit is contained in:
fabs balvedi 2018-05-10 15:14:02 -03:00
parent faba804648
commit a379a25422
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ class Items extends Repository {
],
'_thumbnail_id' => [
'map' => 'meta',
'title' => __( 'Featured image ID', 'tainacan' ),
'description' => __( 'Featured image ID', 'tainacan' )
'title' => __( 'Thunbnail', 'tainacan' ),
'description' => __( 'Squared reduced-size version of a picture that helps recognizing and organizing files', 'tainacan' )
]
] );
}