Ticket #44794: 44794.patch
File 44794.patch, 474 bytes (added by , 6 years ago) |
---|
-
src/wp-includes/admin-bar.php
613 613 array( 614 614 'parent' => $menu_id, 615 615 'id' => $menu_id . '-n', 616 'title' => __( 'New Post' ),616 'title' => get_post_type_object( 'post' )->labels->new_item, 617 617 'href' => admin_url( 'post-new.php' ), 618 618 ) 619 619 );