Changes between Version 1 and Version 2 of Ticket #31758, comment 6
- Timestamp:
- 03/25/2015 01:37:48 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31758, comment 6
v1 v2 5 5 window.history.replaceState( null, null, document.getElementById( 'wp-admin-canonical' ).href.location.hash ); 6 6 }}} 7 8 Just some side notes for anyone else having a "special moment" like me: Since fragments are not something stored server-side and are client browser side only then you cannot do things like parse or use stored server variables. Yeah basic stuff, but I totally spaced out for a bit and forgot that basic stuff.