Changeset 34177 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 09/15/2015 10:26:22 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r34176 r34177 1229 1229 return; 1230 1230 1231 if ( ! in_array( $post->post_type, get_post_types( array( 'show_ui' => true ) ) ) ) { 1232 return; 1233 } 1234 1231 1235 /** 1232 1236 * Filter the post edit link.
Note: See TracChangeset
for help on using the changeset viewer.