Make WordPress Core


Ignore:
Timestamp:
02/26/2015 08:47:30 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Press This: Use correct URL for update bookmarklet link.

props kraftbj.
fixes #31461.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r31552 r31556  
    776776            <div class="alerts">
    777777                <p class="alert is-notice is-hidden should-upgrade-bookmarklet">
    778                     <?php printf( __( 'You should upgrade <a href="%s" target="_blank">your bookmarklet</a> to the latest version!' ), admin_url( 'tools.php?page=press_this_options' ) ); ?>
     778                    <?php printf( __( 'You should upgrade <a href="%s" target="_blank">your bookmarklet</a> to the latest version!' ), admin_url( 'tools.php' ) ); ?>
    779779                </p>
    780780            </div>
Note: See TracChangeset for help on using the changeset viewer.