• Hello,

    with the new Plugin directory there’s no more div id called “#update”. There’s now one called “#developers”. It’s not directly targeted to the Changelog but at least it’s openeing the right tab.

    Latz

Viewing 2 replies - 1 through 2 (of 2 total)
  • Open /wp-content/plugins/wp-updates-notifier/wp-updates-notifier.php and change line:
    $message .= "\t" . sprintf( __( "Changelog: %s%s", "wp-updates-notifier" ), $data->url, "changelog/" ) . "\n";
    to
    $message .= "\t" . sprintf( __( "Changelog: %s%s", "wp-updates-notifier" ), $data->url, "#developers" ) . "\n";

    Thread Starter latz

    (@latz)

    Thank you for you answer, seems to work.

    Nevertheless, Dear Developers, would be nice if you could implement it into the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No More #update id’ is closed to new replies.