Plugin Directory

Changeset 2936748


Ignore:
Timestamp:
07/10/2023 07:53:39 PM (21 months ago)
Author:
firmcatalyst
Message:

a critical error fixed

Location:
fcp-first-screen-css
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • fcp-first-screen-css/tags/1.5/first-screen.php

    r2934080 r2936748  
    33Plugin Name: FCP First Screen CSS
    44Description: Insert inline CSS to the head of the website, so the first screen renders with no jumps, which might improve the CLS web vital. Or for any other reason.
    5 Version: 1.5
     5Version: 1.5.01
    66Requires at least: 5.8
    77Tested up to: 6.1
     
    302302
    303303    if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) { return; }
    304     if ( empty( $_POST[ FCPPBK_PREF.'nounce-name' ] ) || !wp_verify_nonce( $_POST[ FCPFSC_PREF.'nounce-name' ], FCPFSC_PREF.'nounce-action' ) ) { return; }
     304    if ( empty( $_POST[ FCPFSC_VER.'nounce-name' ] ) || !wp_verify_nonce( $_POST[ FCPFSC_PREF.'nounce-name' ], FCPFSC_PREF.'nounce-action' ) ) { return; }
    305305    //if ( !current_user_can( 'edit_post', $postID ) ) { return; }
    306306    if ( !current_user_can( 'administrator' ) ) { return; }
  • fcp-first-screen-css/tags/1.5/readme.txt

    r2934080 r2936748  
    55Tested up to: 6.2
    66Requires PHP: 7.4
    7 Stable tag: 1.5
     7Stable tag: 1.5.01
    88Author: Firmcatalyst, Vadim Volkov
    99Author URI: https://firmcatalyst.com
  • fcp-first-screen-css/trunk/first-screen.php

    r2934071 r2936748  
    33Plugin Name: FCP First Screen CSS
    44Description: Insert inline CSS to the head of the website, so the first screen renders with no jumps, which might improve the CLS web vital. Or for any other reason.
    5 Version: 1.5
     5Version: 1.5.01
    66Requires at least: 5.8
    77Tested up to: 6.1
     
    302302
    303303    if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) { return; }
    304     if ( empty( $_POST[ FCPPBK_PREF.'nounce-name' ] ) || !wp_verify_nonce( $_POST[ FCPFSC_PREF.'nounce-name' ], FCPFSC_PREF.'nounce-action' ) ) { return; }
     304    if ( empty( $_POST[ FCPFSC_VER.'nounce-name' ] ) || !wp_verify_nonce( $_POST[ FCPFSC_PREF.'nounce-name' ], FCPFSC_PREF.'nounce-action' ) ) { return; }
    305305    //if ( !current_user_can( 'edit_post', $postID ) ) { return; }
    306306    if ( !current_user_can( 'administrator' ) ) { return; }
  • fcp-first-screen-css/trunk/readme.txt

    r2934071 r2936748  
    55Tested up to: 6.2
    66Requires PHP: 7.4
    7 Stable tag: 1.5
     7Stable tag: 1.5.01
    88Author: Firmcatalyst, Vadim Volkov
    99Author URI: https://firmcatalyst.com
Note: See TracChangeset for help on using the changeset viewer.