Changeset 2765 for sites/trunk/translate.wordpress.org/public_html/gp-templates-new/projects-wp-plugins.php
- Timestamp:
- 03/17/2016 07:42:12 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
r2662 r2765 48 48 <?php if ( $has_error ) : ?> 49 49 <div class="wporg-notice wporg-notice-warning"> 50 <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>50 <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> 51 51 </div> 52 52 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.