Changeset 45932 for trunk/src/wp-admin/includes/bookmark.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/bookmark.php
r45926 r45932 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 to install the Link Manager plugin */322 /* translators: %s: URL to install the Link Manager plugin. */ 323 323 wp_die( sprintf( __( 'If you are looking to use the link manager, please install the <a href="%s">Link Manager</a> plugin.' ), $link ) ); 324 324 }
Note: See TracChangeset
for help on using the changeset viewer.