You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wp_die(__('Sie haben nicht die erforderlichen Rechte, um eine neue Version zu erstellen.', 'cms-workflow'));
292
292
}
293
293
@@ -457,7 +457,7 @@ public function admin_notices()
457
457
$permalink = get_permalink($old_post_id);
458
458
$post_title = get_the_title($old_post_id);
459
459
460
-
if (current_user_can('manage_categories')) {
460
+
if (current_user_can('edit_published_posts')) {
461
461
$this->show_admin_notice(sprintf(__('Lokale Version vom Dokument „<a href="%1$s" target="__blank">%2$s</a>“. Überschreiben Sie das ursprüngliche Dokument, indem Sie auf „Veröffentlichen” klicken.', 'cms-workflow'), $permalink, $post_title));
462
462
} else {
463
463
$this->show_admin_notice(sprintf(__('Lokale Version vom Dokument „<a href="%1$s" target="__blank">%2$s</a>“.', 'cms-workflow'), $permalink, $post_title));
@@ -1362,7 +1362,7 @@ public function admin_bar_submenu()
0 commit comments