Changeset 6726 for trunk/wp-admin/includes/widgets.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/widgets.php
r6719 r6726 53 53 if ( !$sidebar || false !== strpos( $widget_control_template, '%i%' ) ) { 54 54 $already_shown[] = $widget['callback']; // it's a multi-widget. We only need to show it in the list once. 55 $action = 'add'; 55 $action = 'add'; 56 56 $add_url = wp_nonce_url( add_query_arg( array( 57 57 'sidebar' => $sidebar, … … 112 112 113 113 <?php endforeach; if ( $no_widgets_shown ) : ?> 114 114 115 115 <li><?php _e( 'No matching widgets' ); ?></li> 116 116
Note: See TracChangeset
for help on using the changeset viewer.