~canonical-sysadmins/wordpress/4.9.8

« back to all changes in this revision

Viewing changes to wp-admin/includes/bookmark.php

  • Committer: Barry Price
  • Date: 2018-04-10 03:27:48 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: barryprice@flollop-20180410032748-da232uugwx07f9m8
Merge WP4.9.5 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
function edit_link( $link_id = 0 ) {
29
29
        if ( ! current_user_can( 'manage_links' ) ) {
30
30
                wp_die(
31
 
                        '<h1>' . __( 'Cheatin&#8217; uh?' ) . '</h1>' .
 
31
                        '<h1>' . __( 'You need a higher level of permission.' ) . '</h1>' .
32
32
                        '<p>' . __( 'Sorry, you are not allowed to edit the links for this site.' ) . '</p>',
33
33
                        403
34
34
                );