Changeset 30356 for trunk/src/wp-admin/includes/bookmark.php
- Timestamp:
- 11/16/2014 06:15:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/bookmark.php
r30203 r30356 28 28 function edit_link( $link_id = 0 ) { 29 29 if ( !current_user_can( 'manage_links' ) ) 30 wp_die( __( 'Cheatin’ uh?' ) );30 wp_die( __( 'Cheatin’ uh?' ), 403 ); 31 31 32 32 $_POST['link_url'] = esc_html( $_POST['link_url'] );
Note: See TracChangeset
for help on using the changeset viewer.