Changeset 47194 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 02/05/2020 07:07:33 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r47122 r47194 377 377 if ( current_theme_supports( 'post-thumbnails' ) && post_type_supports( 'post', 'thumbnail' ) ) { 378 378 $publish_box .= '<li>' . sprintf( 379 /* translators: %s: Featured Image. */379 /* translators: %s: Featured image. */ 380 380 __( '<strong>%s</strong> — This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the image as a post thumbnail on the home page, a custom header, etc.' ), 381 381 esc_html( $post_type_object->labels->featured_image )
Note: See TracChangeset
for help on using the changeset viewer.