Ticket #31968: 31968.diff
File 31968.diff, 713 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/includes/class-wp-press-this.php
1322 1322 <div class="alerts" role="alert" aria-live="assertive" aria-relevant="all" aria-atomic="true"> 1323 1323 <?php 1324 1324 1325 if ( empty( $data['v'] ) ||$this->version > $data['v'] ) {1325 if ( isset( $data['v'] ) && $this->version > $data['v'] ) { 1326 1326 ?> 1327 1327 <p class="alert is-notice"> 1328 1328 <?php printf( __( 'You should upgrade <a href="%s" target="_blank">your bookmarklet</a> to the latest version!' ), admin_url( 'tools.php' ) ); ?>