Ticket #2457: meta-2457.patch
| File meta-2457.patch, 1.1 KB (added by , 9 years ago) |
|---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php
41 41 <?php 42 42 if ( '/plugins-wp' === parse_url( home_url(), PHP_URL_PATH ) ) { 43 43 echo '<div class="notice notice-error notice-alt"> 44 <p>Please submit all new plugin requests through the existing form <a href="https://wordpress.org/plugins/add/">available here</a>, You\'re currently viewing the beta version of the upcoming plugin directory, and is only for tesiting purposes.</p>44 <p>Please submit all new plugin requests through the existing form <a href="https://wordpress.org/plugins/add/">available here</a>, You\'re currently viewing the beta version of the upcoming plugin directory, and this form is only for testing purposes.</p> 45 45 </div>'; 46 46 } 47 47 ?>