Changeset 28734
- Timestamp:
- 06/11/2014 04:17:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-widgets.php
r28586 r28734 1154 1154 $id = str_replace( '_', '-', $input ); 1155 1155 ?> 1156 <input type="hidden" id="rss-<?php echo $id; ?>-<?php echo $number; ?>" name="widget-rss[<?php echo $number; ?>][<?php echo $input; ?>]" value="<?php echo $ $input; ?>" />1156 <input type="hidden" id="rss-<?php echo $id; ?>-<?php echo $number; ?>" name="widget-rss[<?php echo $number; ?>][<?php echo $input; ?>]" value="<?php echo $inputs[ $input ]; ?>" /> 1157 1157 <?php 1158 1158 endif;
Note: See TracChangeset
for help on using the changeset viewer.