Changeset 59161 for trunk/src/wp-admin/edit.php
- Timestamp:
- 10/03/2024 10:44:30 PM (15 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r58419 r59161 420 420 <?php 421 421 if ( current_user_can( $post_type_object->cap->create_posts ) ) { 422 echo ' <a href="' . esc_url( admin_url( $post_new_file ) ) . '" class="page-title-action">' . esc_html( $post_type_object->labels->add_new ) . '</a>';422 echo ' <a href="' . esc_url( admin_url( $post_new_file ) ) . '" class="page-title-action">' . esc_html( $post_type_object->labels->add_new_item ) . '</a>'; 423 423 } 424 424
Note: See TracChangeset
for help on using the changeset viewer.