We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f068a36 commit c21a0c2Copy full SHA for c21a0c2
themes/codeorigin.jquery.com/page.php
@@ -38,7 +38,7 @@
38
<div id="content">
39
<?php if ( !count( get_post_meta( $post->ID, "hide_title" ) ) ) : ?>
40
<h1 class="entry-title"><?php the_title(); ?></h1>
41
- <div class="powered-by">Powered by <a href="http://www.stackpath.com"><img src="images/stackpath.png"></a></div>
+ <div class="powered-by">Powered by <a href="http://www.stackpath.com"><img src="https://jquery.org/jquery-wp-content/themes/jquery/images/stackpath.png"></a></div>
42
<hr>
43
<?php endif; ?>
44
themes/codeorigin.jquery.com/images/stackpath.png renamed to themes/jquery/images/stackpath.png
0 commit comments