[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/plugins/akismet/_inc/ -> akismet-admin.js (source)

   1  document.addEventListener( 'DOMContentLoaded', function() {
   2      // Prevent aggressive iframe caching in Firefox
   3      var statsIframe = document.getElementById( 'stats-iframe' );
   4      if ( statsIframe ) {
   5          statsIframe.contentWindow.location.href = statsIframe.src;
   6      }
   7  } );


Generated : Tue Apr 30 08:20:01 2024 Cross-referenced by PHPXref