Changeset 15355 for trunk/wp-includes/link-template.php
- Timestamp:
- 06/30/2010 12:05:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r15117 r15355 2229 2229 */ 2230 2230 function wp_shortlink_header() { 2231 2231 if ( headers_sent() ) 2232 2232 return; 2233 2233
Note: See TracChangeset
for help on using the changeset viewer.