- Timestamp:
- 12/09/2015 08:32:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/locale-project.php
r1778 r2181 91 91 </div> 92 92 </div> 93 94 <?php 95 if ( 'wp-plugins' === $project->path && ! in_array( 'dev', $sub_project_slugs ) && ! in_array( 'stable', $sub_project_slugs ) ) { 96 ?> 97 <div class="wporg-notice wporg-notice-warning"> 98 <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/' . $sub_project->slug ); ?>">please contact the author.</a></p> 99 </div> 100 <?php 101 } 102 ?> 93 103 94 104 <div class="locale-project">
Note: See TracChangeset
for help on using the changeset viewer.