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:
parent
c101a7edb4
commit
9ad74044d1
@ -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' => '',
|
||||
|
Loading…
Reference in New Issue
Block a user