- Timestamp:
- 09/15/2015 10:31:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r34170 r34178 1159 1159 if ( $can_edit_post ) { 1160 1160 $unpublished_link = set_url_scheme( get_permalink( $post ) ); 1161 /** This filter is documented in wp-admin/includes/meta-boxes.php */1162 1161 $preview_link = get_preview_post_link( $post, array(), $unpublished_link ); 1163 1162 $actions['view'] = '<a href="' . esc_url( $preview_link ) . '" title="' . esc_attr( sprintf( __( 'Preview “%s”' ), $title ) ) . '" rel="permalink">' . __( 'Preview' ) . '</a>';
Note: See TracChangeset
for help on using the changeset viewer.