Changeset 56711 for trunk/src/wp-includes/post.php
- Timestamp:
- 09/26/2023 02:43:25 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r56695 r56711 78 78 'add_new' => __( 'Add New Media File' ), 79 79 'edit_item' => __( 'Edit Media' ), 80 'view_item' => __( 'View Attachment Page' ),80 'view_item' => ( '1' === get_option( 'wp_attachment_pages_enabled' ) ) ? __( 'View Attachment Page' ) : __( 'View Media File' ), 81 81 'attributes' => __( 'Attachment Attributes' ), 82 82 ),
Note: See TracChangeset
for help on using the changeset viewer.