Changeset 3224
- Timestamp:
- 11/28/2005 11:06:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r3221 r3224 81 81 function fix_attachment_links($post_ID) { 82 82 global $wp_rewrite; 83 84 // Relevance check.85 if ( false == $wp_rewrite->using_permalinks() )86 return;87 83 88 84 $post = & get_post($post_ID);
Note: See TracChangeset
for help on using the changeset viewer.