Make WordPress Core

Ticket #19359: widgets.php.patch

File widgets.php.patch, 634 bytes (added by vanillalounge, 14 years ago)
  • .php

    old new  
    115115        'name' => __('Inactive Widgets'),
    116116        'id' => 'wp_inactive_widgets',
    117117        'class' => 'inactive-sidebar',
    118         'description' => 'Drag widgets here to remove them from the sidebar but keep their settings.',
     118        'description' => __( 'Drag widgets here to remove them from the sidebar but keep their settings.' ),
    119119        'before_widget' => '',
    120120        'after_widget' => '',
    121121        'before_title' => '',