Changeset 31200 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 01/16/2015 04:15:52 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/plugin-install.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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>
Note: See TracChangeset
for help on using the changeset viewer.