Changeset 31882 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 03/25/2015 04:31:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r31736 r31882 881 881 <script> 882 882 if ( window.history.replaceState ) { 883 window.history.replaceState( null, null, document.getElementById( 'wp-admin-canonical' ).href );883 window.history.replaceState( null, null, document.getElementById( 'wp-admin-canonical' ).href + window.location.hash ); 884 884 } 885 885 </script>
Note: See TracChangeset
for help on using the changeset viewer.