Changeset 11752
- Timestamp:
- 07/30/2009 03:43:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r11686 r11752 769 769 global $comment, $post; 770 770 771 if ( $post->post_type == 'attachment' ) { 772 } elseif ( $post->post_type == 'page' ) { 771 if ( $post->post_type == 'page' ) { 773 772 if ( !current_user_can( 'edit_page', $post->ID ) ) 774 773 return;
Note: See TracChangeset
for help on using the changeset viewer.