Skip to content

Commit

Permalink
updated - space and line
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Dec 18, 2023
1 parent 3a434cc commit 3ae11db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/classes/class-lazyload-filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function init_hooks() {
* @return bool Whether to lazyload images.
*/
public function perfmatters( $lazyload ) {
if (
if (
! isset( $_GET['edac_nonce'] )
|| ! wp_verify_nonce( sanitize_text_field( $_GET['edac_nonce'] ), 'edac_highlight' )
) {
Expand Down
2 changes: 1 addition & 1 deletion includes/helper-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -729,4 +729,4 @@ function edac_get_simplified_summary( $post = null ) {
echo wp_kses_post(
( new \EDAC\Inc\Simplified_Summary() )->simplified_summary_markup( $post )
);
}
}

0 comments on commit 3ae11db

Please sign in to comment.