Skip to content

Commit

Permalink
Unearth wp-content to unbreak many images (#2003)
Browse files Browse the repository at this point in the history
* Unearth wp-content to unbreak many images

* Typo
  • Loading branch information
thibaultamartin authored Sep 4, 2023
1 parent 8a59317 commit 60a61dd
Show file tree
Hide file tree
Showing 568 changed files with 23,518 additions and 0 deletions.
30 changes: 30 additions & 0 deletions static/blog/wp-content/plugins/akismet/_inc/form.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
var ak_js = document.getElementById( "ak_js" );

if ( ! ak_js ) {
ak_js = document.createElement( 'input' );
ak_js.setAttribute( 'id', 'ak_js' );
ak_js.setAttribute( 'name', 'ak_js' );
ak_js.setAttribute( 'type', 'hidden' );
}
else {
ak_js.parentNode.removeChild( ak_js );
}

ak_js.setAttribute( 'value', ( new Date() ).getTime() );

var commentForm = document.getElementById( 'commentform' );

if ( commentForm ) {
commentForm.appendChild( ak_js );
}
else {
var replyRowContainer = document.getElementById( 'replyrow' );

if ( replyRowContainer ) {
var children = replyRowContainer.getElementsByTagName( 'td' );

if ( children.length > 0 ) {
children[0].appendChild( ak_js );
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 60a61dd

Please sign in to comment.