Changeset 28327 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 05/06/2014 09:26:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r28111 r28327 1212 1212 $link = __('Edit This'); 1213 1213 1214 $post_type_obj = get_post_type_object( $post->post_type );1215 1214 $link = '<a class="post-edit-link" href="' . $url . '">' . $link . '</a>'; 1216 1215
Note: See TracChangeset
for help on using the changeset viewer.