Ticket #16335: 16335.patch
| File 16335.patch, 1.6 KB (added by SergeyBiryukov, 2 years ago) |
|---|
-
wp-admin/edit-comments.php
218 218 219 219 <?php $wp_list_table->views(); ?> 220 220 221 <form id="comments-form" action="" method=" post">221 <form id="comments-form" action="" method="get"> 222 222 223 223 <?php $wp_list_table->search_box( __( 'Search Comments' ), 'comment' ); ?> 224 224 -
wp-admin/link-manager.php
74 74 } 75 75 ?> 76 76 77 <form id="posts-filter" action="" method=" post">77 <form id="posts-filter" action="" method="get"> 78 78 79 79 <?php $wp_list_table->search_box( __( 'Search Links' ), 'link' ); ?> 80 80 -
wp-admin/upload.php
211 211 212 212 <?php $wp_list_table->views(); ?> 213 213 214 <form id="posts-filter" action="" method=" post">214 <form id="posts-filter" action="" method="get"> 215 215 216 216 <?php $wp_list_table->search_box( __( 'Search Media' ), 'media' ); ?> 217 217 -
wp-admin/users.php
358 358 359 359 <?php $wp_list_table->views(); ?> 360 360 361 <form action="" method=" post">361 <form action="" method="get"> 362 362 363 363 <?php $wp_list_table->search_box( __( 'Search Users' ), 'user' ); ?> 364 364