Changeset 47198 for trunk/src/wp-comments-post.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-comments-post.php
r47028 r47198 19 19 20 20 /** Sets up the WordPress Environment. */ 21 require ( dirname( __FILE__ ) . '/wp-load.php' );21 require __DIR__ . '/wp-load.php'; 22 22 23 23 nocache_headers();
Note: See TracChangeset
for help on using the changeset viewer.