diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index bcebb2c4c5..4ec1c1b269 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -27,7 +27,7 @@ get_current_screen()->add_help_tab( array( 'id' => 'permalink-settings', 'title' => __('Permalink Settings'), 'content' => '

' . __( 'Permalinks can contain useful information, such as the post date, title, or other elements. You can choose from any of the suggested permalink formats, or you can craft your own if you select Custom Structure.' ) . '

' . - '

' . __( 'If you pick an option other than None, your general URL path with structure tags (terms surrounded by %) will also appear in the custom structure field and your path can be further modified there.' ) . '

' . + '

' . __( 'If you pick an option other than Plain, your general URL path with structure tags (terms surrounded by %) will also appear in the custom structure field and your path can be further modified there.' ) . '

' . '

' . __('When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes %category% or %tag%.') . '

' . '

' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '

', ) ); @@ -187,7 +187,7 @@ $structures = array(

- + diff --git a/wp-includes/version.php b/wp-includes/version.php index eb94c7efde..5ceb384a6c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta3-35603'; +$wp_version = '4.4-beta3-35604'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.