Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #31758, comment 6


Ignore:
Timestamp:
03/25/2015 01:37:48 AM (9 years ago)
Author:
AITpro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31758, comment 6

    v1 v2  
    55window.history.replaceState( null, null, document.getElementById( 'wp-admin-canonical' ).href.location.hash );
    66}}}
     7
     8Just 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.