Changeset 25616 for trunk/src/wp-admin/press-this.php
- Timestamp:
- 09/25/2013 12:17:40 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/press-this.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/press-this.php
r25131 r25616 10 10 11 11 /** WordPress Administration Bootstrap */ 12 require_once( './admin.php');12 require_once( dirname( __FILE__ ) . '/admin.php' ); 13 13 14 14 header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
Note: See TracChangeset
for help on using the changeset viewer.