Ticket #15287: wp-admin-1.patch

File wp-admin-1.patch, 2.2 KB (added by wahgnube, 3 years ago)
  • wp-admin/edit-comments.php

     
    219219        <input type="hidden" name="paged" value="<?php echo esc_attr( absint( $_REQUEST['paged'] ) ); ?>" /> 
    220220<?php } ?> 
    221221 
     222</form> 
    222223<?php $wp_list_table->display(); ?> 
    223224</div> 
    224 </form> 
    225225 
    226226<div id="ajax-response"></div> 
    227227 
  • wp-admin/edit-tags.php

     
    3636        $ret = wp_insert_term( $_POST['tag-name'], $taxonomy, $_POST ); 
    3737        $location = 'edit-tags.php?taxonomy=' . $taxonomy; 
    3838        if ( 'post' != $post_type ) 
    39                 $location .= '&post_type=' . $post_type; 
     39                $location .= '&amp;post_type=' . $post_type; 
    4040 
    4141        if ( $referer = wp_get_original_referer() ) { 
    4242                if ( false !== strpos( $referer, 'edit-tags.php' ) ) 
  • wp-admin/themes.php

     
    119119 
    120120</div> 
    121121 
    122 <br class="clear"> 
     122<br class="clear" /> 
    123123<?php 
    124124if ( ! current_user_can( 'switch_themes' ) ) { 
    125125        echo '</div>'; 
  • wp-admin/upload.php

     
    214214<?php $wp_list_table->display(); ?> 
    215215<div id="ajax-response"></div> 
    216216<?php find_posts_div(); ?> 
    217 <br class="clear" /> 
    218 </div> 
    219217</form> 
    220218<br class="clear" /> 
    221219 
  • wp-admin/includes/template.php

     
    559559</tr> 
    560560 
    561561<tr><td colspan="2" class="submit"> 
    562 <?php submit_button( __( 'Add Custom Field' ), 'add:the-list:newmeta', 'addmeta', false, array( 'id' => 'addmetasub', 'tabindex' => '9' ) ); ?> 
     562<?php submit_button( __( 'Add Custom Field' ), 'add:the-list:newmeta', 'addmetasub', false, array( 'tabindex' => '9' ) ); ?> 
    563563<?php wp_nonce_field( 'add-meta', '_ajax_nonce-add-meta', false ); ?> 
    564564</td></tr> 
    565565</tbody>