Explain that the permalink is temporary for autosave generated permalinks, fixes #7733

git-svn-id: https://develop.svn.wordpress.org/trunk@11928 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-09-14 02:06:33 +00:00
parent b967e7d4bd
commit e4045df0ab
2 changed files with 11 additions and 7 deletions

View File

@@ -275,7 +275,7 @@ function wp_default_scripts( &$scripts ) {
$scripts->add_data( 'slug', 'group', 1 );
$scripts->localize( 'slug', 'slugL10n', array(
'requestFile' => admin_url('admin-ajax.php'),
'save' => __('Save'),
'save' => __('OK'),
'cancel' => __('Cancel'),
'l10n_print_after' => 'try{convertEntities(slugL10n);}catch(e){};'
) );