Make WordPress Core


Ignore:
Timestamp:
12/13/2010 09:21:50 PM (14 years ago)
Author:
ryan
Message:

Pink trailing whites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r16841 r16900  
    145145            list($url) = explode( '#', add_query_arg( 'edit', false ), 2 );
    146146            $widget_name .= ' <span class="postbox-title-action"><a href="' . esc_url( $url ) . '">' . __( 'Cancel' ) . '</a></span>';
    147             $callback = '_wp_dashboard_control_callback'; 
    148         } else { 
    149             list($url) = explode( '#', add_query_arg( 'edit', $widget_id ), 2 ); 
     147            $callback = '_wp_dashboard_control_callback';
     148        } else {
     149            list($url) = explode( '#', add_query_arg( 'edit', $widget_id ), 2 );
    150150            $widget_name .= ' <span class="postbox-title-action"><a href="' . esc_url( "$url#$widget_id" ) . '" class="edit-box open-box">' . __( 'Configure' ) . '</a></span>';
    151151        }
Note: See TracChangeset for help on using the changeset viewer.