Changeset 43598 for trunk/src/wp-admin/includes/bookmark.php
- Timestamp:
- 08/30/2018 01:35:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/bookmark.php
r42871 r43598 320 320 if ( $really_can_manage_links && current_user_can( 'install_plugins' ) ) { 321 321 $link = network_admin_url( 'plugin-install.php?tab=search&s=Link+Manager' ); 322 /* translators: %s: URL of link manager plugin */ 322 323 wp_die( sprintf( __( 'If you are looking to use the link manager, please install the <a href="%s">Link Manager</a> plugin.' ), $link ) ); 323 324 }
Note: See TracChangeset
for help on using the changeset viewer.