Changeset 31200
- Timestamp:
- 01/16/2015 04:15:52 AM (10 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-background.php
r31133 r31200 238 238 <th scope="row"><?php _e('Remove Image'); ?></th> 239 239 <td> 240 <form method="post" action="">240 <form method="post"> 241 241 <?php wp_nonce_field('custom-background-remove', '_wpnonce-custom-background-remove'); ?> 242 242 <?php submit_button( __( 'Remove Background Image' ), 'button', 'remove-background', false ); ?><br/> … … 252 252 <th scope="row"><?php _e('Restore Original Image'); ?></th> 253 253 <td> 254 <form method="post" action="">254 <form method="post"> 255 255 <?php wp_nonce_field('custom-background-reset', '_wpnonce-custom-background-reset'); ?> 256 256 <?php submit_button( __( 'Restore Original Image' ), 'button', 'reset-background', false ); ?><br/> … … 263 263 <tr> 264 264 <th scope="row"><?php _e('Select Image'); ?></th> 265 <td><form enctype="multipart/form-data" id="upload-form" class="wp-upload-form" method="post" action="">265 <td><form enctype="multipart/form-data" id="upload-form" class="wp-upload-form" method="post"> 266 266 <p> 267 267 <label for="upload"><?php _e( 'Choose an image from your computer:' ); ?></label><br /> … … 284 284 285 285 <h3><?php _e('Display Options') ?></h3> 286 <form method="post" action="">286 <form method="post"> 287 287 <table class="form-table"> 288 288 <tbody> -
trunk/src/wp-admin/edit-comments.php
r30356 r31200 225 225 <?php $wp_list_table->views(); ?> 226 226 227 <form id="comments-form" action=""method="get">227 <form id="comments-form" method="get"> 228 228 229 229 <?php $wp_list_table->search_box( __( 'Search Comments' ), 'comment' ); ?> -
trunk/src/wp-admin/edit-tags.php
r31121 r31200 312 312 <div id="ajax-response"></div> 313 313 314 <form class="search-form" action=""method="get">314 <form class="search-form" method="get"> 315 315 <input type="hidden" name="taxonomy" value="<?php echo esc_attr($taxonomy); ?>" /> 316 316 <input type="hidden" name="post_type" value="<?php echo esc_attr($post_type); ?>" /> … … 325 325 <div id="col-right"> 326 326 <div class="col-wrap"> 327 <form id="posts-filter" action=""method="post">327 <form id="posts-filter" method="post"> 328 328 <input type="hidden" name="taxonomy" value="<?php echo esc_attr($taxonomy); ?>" /> 329 329 <input type="hidden" name="post_type" value="<?php echo esc_attr($post_type); ?>" /> -
trunk/src/wp-admin/edit.php
r31121 r31200 310 310 <?php $wp_list_table->views(); ?> 311 311 312 <form id="posts-filter" action=""method="get">312 <form id="posts-filter" method="get"> 313 313 314 314 <?php $wp_list_table->search_box( $post_type_object->labels->search_items, 'post' ); ?> -
trunk/src/wp-admin/export.php
r31090 r31200 151 151 152 152 <h3><?php _e( 'Choose what to export' ); ?></h3> 153 <form action=""method="get" id="export-filters">153 <form method="get" id="export-filters"> 154 154 <input type="hidden" name="download" value="true" /> 155 155 <p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label></p> -
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r31181 r31200 962 962 ?> 963 963 964 <form method="get" action=""><table style="display: none"><tbody id="inlineedit">964 <form method="get"><table style="display: none"><tbody id="inlineedit"> 965 965 <?php 966 966 $hclass = count( $hierarchical_taxonomies ) ? 'post' : 'page'; -
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r31181 r31200 464 464 ?> 465 465 466 <form method="get" action=""><table style="display: none"><tbody id="inlineedit">466 <form method="get"><table style="display: none"><tbody id="inlineedit"> 467 467 <tr id="inline-edit" class="inline-edit-row" style="display: none"><td colspan="<?php echo $this->get_column_count(); ?>" class="colspanchange"> 468 468 -
trunk/src/wp-admin/includes/dashboard.php
r31075 r31200 156 156 157 157 function _wp_dashboard_control_callback( $dashboard, $meta_box ) { 158 echo '<form action=""method="post" class="dashboard-widget-control-form">';158 echo '<form method="post" class="dashboard-widget-control-form">'; 159 159 wp_dashboard_trigger_widget_control( $meta_box['id'] ); 160 160 wp_nonce_field( 'edit-dashboard-widget_' . $meta_box['id'], 'dashboard-widget-nonce' ); -
trunk/src/wp-admin/includes/media.php
r31187 r31200 2294 2294 ?> 2295 2295 2296 <form id="filter" action=""method="get">2296 <form id="filter" method="get"> 2297 2297 <input type="hidden" name="type" value="<?php echo esc_attr( $type ); ?>" /> 2298 2298 <input type="hidden" name="tab" value="<?php echo esc_attr( $tab ); ?>" /> -
trunk/src/wp-admin/includes/plugin-install.php
r31110 r31200 177 177 } 178 178 179 ?><form class="search-form search-plugins" method="get" action="">179 ?><form class="search-form search-plugins" method="get"> 180 180 <input type="hidden" name="tab" value="search" /> 181 181 <?php if ( $type_selector ) : ?> … … 223 223 ?> 224 224 <p class="install-help"><?php _e( 'If you have marked plugins as favorites on WordPress.org, you can browse them here.' ); ?></p> 225 <form method="get" action="">225 <form method="get"> 226 226 <input type="hidden" name="tab" value="favorites" /> 227 227 <p> … … 254 254 255 255 ?> 256 <form id="plugin-filter" action=""method="post">256 <form id="plugin-filter" method="post"> 257 257 <?php $wp_list_table->display(); ?> 258 258 </form> -
trunk/src/wp-admin/includes/screen.php
r31188 r31200 1027 1027 ?> 1028 1028 <div id="screen-options-wrap" class="hidden" tabindex="-1" aria-label="<?php esc_attr_e('Screen Options Tab'); ?>"> 1029 <form id="adv-settings" action=""method="post">1029 <form id="adv-settings" method="post"> 1030 1030 <?php if ( isset( $wp_meta_boxes[ $this->id ] ) || $this->get_option( 'per_page' ) || ( $columns && empty( $columns['_title'] ) ) ) : ?> 1031 1031 <h5><?php _e( 'Show on screen' ); ?></h5> -
trunk/src/wp-admin/includes/template.php
r31188 r31200 445 445 446 446 ?> 447 <form method="get" action="">447 <form method="get"> 448 448 <?php if ( $table_row ) : ?> 449 449 <table style="display:none;"><tbody id="com-reply"><tr id="replyrow" style="display:none;"><td colspan="<?php echo $wp_list_table->get_column_count(); ?>" class="colspanchange"> -
trunk/src/wp-admin/includes/theme-install.php
r27499 r31200 58 58 echo '<p class="install-help">' . __( 'Search for themes by keyword.' ) . '</p>'; 59 59 ?> 60 <form id="search-themes" method="get" action="">60 <form id="search-themes" method="get"> 61 61 <input type="hidden" name="tab" value="search" /> 62 62 <?php if ( $type_selector ) : ?> … … 100 100 <p class="install-help"><?php _e( 'Find a theme based on specific features.' ); ?></p> 101 101 102 <form method="get" action="">102 <form method="get"> 103 103 <input type="hidden" name="tab" value="search" /> 104 104 <?php -
trunk/src/wp-admin/includes/widgets.php
r29206 r31200 206 206 207 207 <div class="widget-inside"> 208 <form action=""method="post">208 <form method="post"> 209 209 <div class="widget-content"> 210 210 <?php -
trunk/src/wp-admin/link-manager.php
r27469 r31200 85 85 ?> 86 86 87 <form id="posts-filter" action=""method="get">87 <form id="posts-filter" method="get"> 88 88 89 89 <?php $wp_list_table->search_box( __( 'Search Links' ), 'link' ); ?> -
trunk/src/wp-admin/media.php
r29206 r31200 112 112 </h2> 113 113 114 <form method="post" action=""class="media-upload-form" id="media-single-form">114 <form method="post" class="media-upload-form" id="media-single-form"> 115 115 <p class="submit" style="padding-bottom: 0;"> 116 116 <?php submit_button( __( 'Update Media' ), 'primary', 'save', false ); ?> -
trunk/src/wp-admin/my-sites.php
r31181 r31200 65 65 else : 66 66 ?> 67 <form id="myblogs" action=""method="post">67 <form id="myblogs" method="post"> 68 68 <?php 69 69 choose_primary_blog(); -
trunk/src/wp-admin/nav-menus.php
r30356 r31200 685 685 <div class="clear"></div> 686 686 687 <form id="nav-menu-meta" action=""class="nav-menu-meta" method="post" enctype="multipart/form-data">687 <form id="nav-menu-meta" class="nav-menu-meta" method="post" enctype="multipart/form-data"> 688 688 <input type="hidden" name="menu" id="nav-menu-meta-object-id" value="<?php echo esc_attr( $nav_menu_selected_id ); ?>" /> 689 689 <input type="hidden" name="action" value="add-menu-item" /> … … 695 695 <div id="menu-management-liquid"> 696 696 <div id="menu-management"> 697 <form id="update-nav-menu" action=""method="post" enctype="multipart/form-data">697 <form id="update-nav-menu" method="post" enctype="multipart/form-data"> 698 698 <div class="menu-edit <?php if ( $add_new_screen ) echo 'blank-slate'; ?>"> 699 699 <?php -
trunk/src/wp-admin/network.php
r29899 r31200 180 180 } 181 181 182 echo '<form method="post" action="">';182 echo '<form method="post">'; 183 183 184 184 wp_nonce_field( 'install-network-1' ); -
trunk/src/wp-admin/network/site-themes.php
r27715 r31200 168 168 <p><?php _e( 'Network enabled themes are not shown on this screen.' ) ?></p> 169 169 170 <form method="get" action="">170 <form method="get"> 171 171 <?php $wp_list_table->search_box( __( 'Search Installed Themes' ), 'theme' ); ?> 172 172 <input type="hidden" name="id" value="<?php echo esc_attr( $id ) ?>" /> -
trunk/src/wp-admin/network/site-users.php
r31034 r31200 234 234 endif; ?> 235 235 236 <form class="search-form" action=""method="get">236 <form class="search-form" method="get"> 237 237 <?php $wp_list_table->search_box( __( 'Search Users' ), 'user' ); ?> 238 238 <input type="hidden" name="id" value="<?php echo esc_attr( $id ) ?>" /> -
trunk/src/wp-admin/network/sites.php
r30647 r31200 262 262 <?php echo $msg; ?> 263 263 264 <form action=""method="get" id="ms-search">264 <form method="get" id="ms-search"> 265 265 <?php $wp_list_table->search_box( __( 'Search Sites' ), 'site' ); ?> 266 266 <input type="hidden" name="action" value="blogs" /> -
trunk/src/wp-admin/network/themes.php
r29856 r31200 268 268 ?> 269 269 270 <form method="get" action="">270 <form method="get"> 271 271 <?php $wp_list_table->search_box( __( 'Search Installed Themes' ), 'theme' ); ?> 272 272 </form> … … 279 279 ?> 280 280 281 <form method="post" action="">281 <form method="post"> 282 282 <input type="hidden" name="theme_status" value="<?php echo esc_attr($status) ?>" /> 283 283 <input type="hidden" name="paged" value="<?php echo esc_attr($page) ?>" /> -
trunk/src/wp-admin/network/users.php
r30020 r31200 285 285 <?php $wp_list_table->views(); ?> 286 286 287 <form action=""method="get" class="search-form">287 <form method="get" class="search-form"> 288 288 <?php $wp_list_table->search_box( __( 'Search Users' ), 'all-user' ); ?> 289 289 </form> -
trunk/src/wp-admin/plugins.php
r30117 r31200 457 457 <?php $wp_list_table->views(); ?> 458 458 459 <form method="get" action="">459 <form method="get"> 460 460 <?php $wp_list_table->search_box( __( 'Search Installed Plugins' ), 'plugin' ); ?> 461 461 </form> 462 462 463 <form method="post" action="">463 <form method="post"> 464 464 465 465 <input type="hidden" name="plugin_status" value="<?php echo esc_attr($status) ?>" /> -
trunk/src/wp-admin/upload.php
r31041 r31200 288 288 <?php } ?> 289 289 290 <form id="posts-filter" action=""method="get">290 <form id="posts-filter" method="get"> 291 291 292 292 <?php $wp_list_table->views(); ?> -
trunk/src/wp-admin/user-new.php
r30855 r31200 281 281 } 282 282 ?> 283 <form action=""method="post" name="adduser" id="adduser" class="validate" novalidate="novalidate"<?php283 <form method="post" name="adduser" id="adduser" class="validate" novalidate="novalidate"<?php 284 284 /** 285 285 * Fires inside the adduser form tag. … … 335 335 ?> 336 336 <p><?php _e('Create a brand new user and add them to this site.'); ?></p> 337 <form action=""method="post" name="createuser" id="createuser" class="validate" novalidate="novalidate"<?php337 <form method="post" name="createuser" id="createuser" class="validate" novalidate="novalidate"<?php 338 338 /** This action is documented in wp-admin/user-new.php */ 339 339 do_action( 'user_new_form_tag' ); -
trunk/src/wp-admin/users.php
r30356 r31200 210 210 include( ABSPATH . 'wp-admin/admin-header.php' ); 211 211 ?> 212 <form action=""method="post" name="updateusers" id="updateusers">212 <form method="post" name="updateusers" id="updateusers"> 213 213 <?php wp_nonce_field('delete-users') ?> 214 214 <?php echo $referer; ?> … … 322 322 include( ABSPATH . 'wp-admin/admin-header.php' ); 323 323 ?> 324 <form action=""method="post" name="updateusers" id="updateusers">324 <form method="post" name="updateusers" id="updateusers"> 325 325 <?php wp_nonce_field('remove-users') ?> 326 326 <?php echo $referer; ?> … … 444 444 <?php $wp_list_table->views(); ?> 445 445 446 <form action=""method="get">446 <form method="get"> 447 447 448 448 <?php $wp_list_table->search_box( __( 'Search Users' ), 'user' ); ?> -
trunk/src/wp-admin/widgets.php
r30459 r31200 429 429 </div> 430 430 </div> 431 <form action=""method="post">431 <form method="post"> 432 432 <?php wp_nonce_field( 'save-sidebar-widgets', '_wpnonce_widgets', false ); ?> 433 433 </form>
Note: See TracChangeset
for help on using the changeset viewer.