Changeset 10834 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/admin-notices.php
- Timestamp:
- 03/18/2021 08:42:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/admin-notices.php
r10777 r10834 55 55 printf( 56 56 /* translators: 1: example landing page title that includes post type name, 2: comma-separated list of acceptable post slugs */ 57 __( '<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' ),57 __( '<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, but will still appear in the permalinks for sub-pages.', 'wporg' ), 58 58 WPorg_Handbook::get_name( $current_screen->post_type ), 59 59 implode( ', ', $suggested_slugs )
Note: See TracChangeset
for help on using the changeset viewer.