Changeset 2285 for sites/trunk/translate.wordpress.org/public_html/gp-templates-new/projects-wp-plugins.php
- Timestamp:
- 01/12/2016 08:21:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates-new/projects-wp-plugins.php
r2281 r2285 37 37 <?php if ( $has_error ) : ?> 38 38 <div class="wporg-notice wporg-notice-warning"> 39 <p>This plugin is not properly prepared for localization. If you would like to translate this plugin, <a href="<?php echo esc_url( 'https://wordpress.org/support/plugin/' . $project->slug ); ?>">please contact the author.</a></p>39 <p>This plugin is not <a href="https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/">properly prepared for localization</a>. If you would like to translate this plugin, <a href="<?php echo esc_url( 'https://wordpress.org/support/plugin/' . $project->slug ); ?>">please contact the author.</a></p> 40 40 </div> 41 41 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.