Changes between Initial Version and Version 1 of Ticket #20507, comment 25
- Timestamp:
- 05/23/2012 10:16:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20507, comment 25
initial v1 8 8 add_action( 'get_header', function() { 9 9 echo '<a href="' . esc_url( add_query_arg( 'redirect', 'internal' ) ) . '">Redirect internally</a> • <a href="' . esc_url( add_query_arg( 'redirect', 'external' ) ) . '">Redirect externally</a><br />'; 10 echo '<a href="/ beta/">Root-relative link to home page that gets blocked :-(</a><br />';10 echo '<a href="/">Root-relative link to home page that gets blocked :-(</a><br />'; 11 11 echo '<a href="#footer">Hash link that gets blocked :-(</a><br />'; 12 12 echo '<a href="?redirect=internal">Query string link that gets blocked :-(</a>';