Ticket #63534: 63534-link-to-label.diff
| File 63534-link-to-label.diff, 1.8 KB (added by , 7 months ago) |
|---|
-
src/wp-includes/post.php
1767 1767 /* translators: Post type general name. */ 1768 1768 'name' => _x( 'Posts', 'post type general name' ), 1769 1769 /* translators: Post type singular name. */ 1770 'singular_name' => _x( 'Post', 'post type singular name' ), 1770 'singular_name' => _x( 'Post', 'post type singular name' ), 1771 /* translators: Label used in UI for linking to this post type. */ 1772 'link_to' => _x( 'Link to Post', 'post type link label' ), 1773 1774 1771 1775 /* translators: Add new post. */ 1772 1776 'add_new' => _x( 'Add New', 'post' ), 1773 1777 /* translators: Add new post. */ … … 1875 1880 /* translators: Post type general name. */ 1876 1881 'name' => _x( 'Pages', 'post type general name' ), 1877 1882 /* translators: Post type singular name. */ 1878 'singular_name' => _x( 'Page', 'post type singular name' ), 1883 'singular_name' => _x( 'Page', 'post type singular name' ), 1884 /* translators: Label used in UI for linking to this post type. */ 1885 'link_to' => _x( 'Link to Page', 'post type link label' ), 1886 1887 1879 1888 /* translators: Add new page. */ 1880 1889 'add_new' => _x( 'Add New', 'page' ),