Making WordPress.org

Changeset 2285


Ignore:
Timestamp:
01/12/2016 08:21:47 PM (11 years ago)
Author:
ocean90
Message:

Translate: Merge [2253] and [2254] to the new templates.

See #1352.

Location:
sites/trunk/translate.wordpress.org/public_html/gp-templates-new
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/public_html/gp-templates-new/locale-project.php

    r2181 r2285  
    9696        ?>
    9797        <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>
     98                <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>
    9999        </div>
    100100        <?php
  • sites/trunk/translate.wordpress.org/public_html/gp-templates-new/projects-wp-plugins.php

    r2281 r2285  
    3737<?php if ( $has_error ) : ?>
    3838<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>
    4040</div>
    4141<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.