Changeset 8230 for sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-unisubs/wordpresstv-unisubs.php
- Timestamp:
- 02/12/2019 09:44:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-unisubs/wordpresstv-unisubs.php
r1024 r8230 60 60 61 61 // If a ?guid has been specified, but not a /unisubs/ endpoint, redirect 62 // to the post permalink. Allows requests like http ://wordpress.tv/?guid=nWoZmCPz62 // to the post permalink. Allows requests like https://wordpress.tv/?guid=nWoZmCPz 63 63 if ( get_query_var( 'guid' ) && ! get_query_var( 'unisubs' ) ) { 64 64 $post = $this->get_post_by_guid( get_query_var( 'guid' ) );
Note: See TracChangeset
for help on using the changeset viewer.