Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- wp-updates-notifier/wp-updates-notifier.orig.php 2016-07-06 19:16:26.000000000 +0100
- +++ wp-updates-notifier/wp-updates-notifier.php 2017-04-27 13:22:27.801546500 +0100
- @@ -307,7 +307,7 @@
- $info = plugins_api( 'plugin_information', array( 'slug' => $data->slug ) ); // get repository plugin info
- $message .= "\n" . sprintf( __( "Plugin: %s is out of date. Please update from version %s to %s", "wp-updates-notifier" ), $plugin_info['Name'], $plugin_info['Version'], $data->new_version ) . "\n";
- $message .= "\t" . sprintf( __( "Details: %s", "wp-updates-notifier" ), $data->url ) . "\n";
- - $message .= "\t" . sprintf( __( "Changelog: %s%s", "wp-updates-notifier" ), $data->url, "changelog/" ) . "\n";
- + $message .= "\t" . sprintf( __( "Changelog: %s%s", "wp-updates-notifier" ), $data->url, "#developers" ) . "\n";
- if ( isset( $info->tested ) && version_compare( $info->tested, $wp_version, '>=' ) ) {
- $compat = sprintf( __( 'Compatibility with WordPress %1$s: 100%% (according to its author)' ), $cur_wp_version );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement