-
- { isEditable && (
-
- { __( 'The last part of the URL.' ) }{ ' ' }
-
- { __( 'Learn more.' ) }
-
- >
- }
- onChange={ ( newValue ) => {
- editPost( { slug: newValue } );
- // When we delete the field the permalink gets
- // reverted to the original value.
- // The forceEmptyField logic allows the user to have
- // the field temporarily empty while typing.
- if ( ! newValue ) {
- if ( ! forceEmptyField ) {
- setForceEmptyField( true );
+
+
+ { isEditable && (
+
+ { __( 'Customize the last part of the URL. ' ) }
+
+ { __( 'Learn more.' ) }
+
+