Making WordPress.org


Ignore:
Timestamp:
03/05/2021 12:25:04 AM (5 years ago)
Author:
coffee2code
Message:

Handbooks, Admin Notices: Amend new handbook notice to clarify that landing page's slug will not appear in the page's permalink URL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/admin-notices.php

    r10749 r10771  
    5353            printf(
    5454                /* 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&#8216;s permalink URL.', 'wporg' ),
    5656                WPorg_Handbook::get_name( $current_screen->post_type ),
    5757                implode( ', ', $suggested_slugs )
Note: See TracChangeset for help on using the changeset viewer.