Make WordPress Core

Changeset 14632


Ignore:
Timestamp:
05/14/2010 03:03:23 PM (14 years ago)
Author:
nacin
Message:

Valid HTML in ms-users and ms-sites. props Utkarsh, see #13383.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-sites.php

    r14407 r14632  
    547547                                    );
    548548
    549                                     $actions['edit']    = '<span class="edit"><a href="' . esc_url( admin_url( 'ms-sites.php?action=editblog&amp;id=' . $blog['blog_id'] ) ) . '">' . __( 'Edit' ) . '</a><span>';
     549                                    $actions['edit']    = '<span class="edit"><a href="' . esc_url( admin_url( 'ms-sites.php?action=editblog&amp;id=' . $blog['blog_id'] ) ) . '">' . __( 'Edit' ) . '</a></span>';
    550550                                    $actions['backend'] = "<span class='backend'><a href='" . esc_url( get_admin_url($blog['blog_id']) ) . "' class='edit'>" . __( 'Backend' ) . '</a></span>';
    551551                                    if ( $current_site->blog_id != $blog['blog_id'] ) {
     
    568568                                    }
    569569
    570                                     $actions['visit']   = "<span class='view'><a href='" . esc_url( get_home_url( $blog['blog_id'] ) ) . "' rel='permalink'>" . __( 'Visit' ) . '</a>';
     570                                    $actions['visit']   = "<span class='view'><a href='" . esc_url( get_home_url( $blog['blog_id'] ) ) . "' rel='permalink'>" . __( 'Visit' ) . '</a></span>';
    571571                                    $actions = array_filter( $actions );
    572572                                    if ( count( $actions ) ) : ?>
  • trunk/wp-admin/ms-users.php

    r14407 r14632  
    171171            <thead>
    172172            <tr>
    173                 <th class="manage-column column-cb check-column" id="cb" scope="col">
     173                <th class="manage-column column-cb check-column" scope="col">
    174174                    <input type="checkbox" />
    175175                </th>
     
    191191            <tfoot>
    192192            <tr>
    193                 <th class="manage-column column-cb check-column" id="cb" scope="col">
     193                <th class="manage-column column-cb check-column" scope="col">
    194194                    <input type="checkbox" />
    195195                </th>
Note: See TracChangeset for help on using the changeset viewer.