API page: http://api.drupal.org/api/drupal/core%21includes%21form.inc/function/the...
theme_checkbox() contains the following line:
$t = get_t();
The function doesn't use $t.
The same issue is also present in Drupal 7. In Drupal 6, get_t() is never called.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | fix-variable-1886796-4.patch | 427 bytes | avpaderno |
Comments
Comment #1
avpadernoDrupal 8 doesn't define anymore
theme_checkbox(). (It's Drupal API that is not updated.)This is still true for Drupal 7, where
theme_checkbox()uses the following code.Comment #3
avpadernoComment #4
avpadernoComment #5
droplet commentedComment #6
David_Rothstein commentedCommitted to 7.x - thanks! http://drupalcode.org/project/drupal.git/commit/ec118af
Comment #7.0
(not verified) commentedUpdated issue summary.