Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24949, comment 3


Ignore:
Timestamp:
08/05/2013 03:30:22 PM (13 years ago)
Author:
EricMesa
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24949, comment 3

    initial v1  
    1 Here's an odd thing to add into the ticket - if I am logged out, it works, but if I'm logged in it doesn't.
     1Here's an odd thing to add into the ticket - if I am logged out, it works, but if I'm logged in it doesn't. Except when that decides not to work. Looking at the source for the page - it appears to be missing all of this:
     2
     3
     4
     5{{{
     6                                        <div class="entry-content">
     7                                                <p>This should be audio file 1:</p>
     8<!--[if lt IE 9]><script>document.createElement('audio');</script><![endif]-->
     9<audio class="wp-audio-shortcode" id="audio-6988-1" preload="none" style="width: 100%" controls="controls"><source type="audio/mpeg" src="http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/Jonathan-Coulton-ThePrincessWhoSavedHerself.mp3" /><a href="http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/Jonathan-Coulton-ThePrincessWhoSavedHerself.mp3">http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/Jonathan-Coulton-ThePrincessWhoSavedHerself.mp3</a></audio>
     10<p>this should be video file 1:</p>
     11<div style="width: 604px; max-width: 100%;"><!--[if lt IE 9]><script>document.createElement('video');</script><![endif]-->
     12<video class="wp-video-shortcode" id="video-6988-1" width="604" height="340" preload="metadata" controls="controls"><source type="video/webm" src="http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/Nothing-to-Prove-Geek-Girls-The-Doubleclicks-s4Rjy5yW1gQ.webm" /><a href="http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/Nothing-to-Prove-Geek-Girls-The-Doubleclicks-s4Rjy5yW1gQ.webm">http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/Nothing-to-Prove-Geek-Girls-The-Doubleclicks-s4Rjy5yW1gQ.webm</a></video></div>
     13<p>this should be audio file 2:</p>
     14<audio class="wp-audio-shortcode" id="audio-6988-2" preload="none" style="width: 100%" controls="controls"><source type="audio/mpeg" src="http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/Jonathan-Coulton-ThePrincessWhoSavedHerself.mp3" /><a href="http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/Jonathan-Coulton-ThePrincessWhoSavedHerself.mp3">http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/Jonathan-Coulton-ThePrincessWhoSavedHerself.mp3</a></audio>
     15<p>should be video file 2:</p>
     16<div style="width: 604px; max-width: 100%;"><video class="wp-video-shortcode" id="video-6988-2" width="604" height="340" preload="metadata" controls="controls"><source type="video/mp4" src="http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/TheDailyShow-DifferencesBetweenLatinos-small-h264.mp4" /><a href="http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/TheDailyShow-DifferencesBetweenLatinos-small-h264.mp4">http://server.ericsbinaryworld.com/blog/wp-content/uploads/2013/08/TheDailyShow-DifferencesBetweenLatinos-small-h264.mp4</a></video></div>
     17                                                                                        </div><!-- .entry-content -->
     18}}}
     19
     20
     21when it's not working