mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Add a missing translation. Props yuraz, vanillalounge. Fixes #19359
git-svn-id: https://develop.svn.wordpress.org/trunk@19454 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -115,7 +115,7 @@ register_sidebar(array(
|
||||
'name' => __('Inactive Widgets'),
|
||||
'id' => 'wp_inactive_widgets',
|
||||
'class' => 'inactive-sidebar',
|
||||
'description' => 'Drag widgets here to remove them from the sidebar but keep their settings.',
|
||||
'description' => __( 'Drag widgets here to remove them from the sidebar but keep their settings.' ),
|
||||
'before_widget' => '',
|
||||
'after_widget' => '',
|
||||
'before_title' => '',
|
||||
|
||||
Reference in New Issue
Block a user