Changeset 10771 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/admin-notices.php
- Timestamp:
- 03/05/2021 12:25:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/admin-notices.php
r10749 r10771 53 53 printf( 54 54 /* translators: 1: example landing page title that includes post type name, 2: comma-separated list of acceptable post slugs */ 55 __( '<strong>Welcome to your new handbook!</strong> It is recommended that the first post you create is the landing page for the handbook. You can title it anything you like (suggestions: <code>%1$s</code> or <code>Welcome</code>). However, you must ensure that it has one of the following slugs: %2$s. ', 'wporg' ),55 __( '<strong>Welcome to your new handbook!</strong> It is recommended that the first post you create is the landing page for the handbook. You can title it anything you like (suggestions: <code>%1$s</code> or <code>Welcome</code>). However, you must ensure that it has one of the following slugs: %2$s. The slug will ultimately be omitted from the page‘s permalink URL.', 'wporg' ), 56 56 WPorg_Handbook::get_name( $current_screen->post_type ), 57 57 implode( ', ', $suggested_slugs )
Note: See TracChangeset
for help on using the changeset viewer.