Changeset 5339 for branches/2.2/wp-includes/widgets.php
- Timestamp:
- 04/28/2007 06:08:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/widgets.php
r5335 r5339 82 82 83 83 // Last resort -- this can be broken when names get translated so please provide a unique id. 84 if ( !isset($id) )84 if ( empty($id) ) 85 85 $id = sanitize_title($name); 86 86 … … 123 123 } 124 124 125 if ( !isset($id) ||empty($id) )125 if ( empty($id) ) 126 126 $id = $name; 127 127
Note: See TracChangeset
for help on using the changeset viewer.