Making WordPress.org


Ignore:
Timestamp:
03/17/2016 07:42:12 PM (9 years ago)
Author:
ocean90
Message:

Translate: Use the correct variable for the slug of a plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/public_html/gp-templates-new/projects-wp-plugins.php

    r2662 r2765  
    4848<?php if ( $has_error ) : ?>
    4949<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>
    5151</div>
    5252<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.