Plugin Directory

Changeset 2203252


Ignore:
Timestamp:
11/29/2019 10:52:11 AM (6 years ago)
Author:
ariapadweb
Message:

fix for per

Location:
remove-all-question-marks/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • remove-all-question-marks/trunk/readme.txt

    r2106760 r2203252  
    1010Requires at least: 4.0
    1111Tested up to: 5.2.1
    12 Stable tag: 5.2
     12Stable tag: 5.3
    1313License: GPLv2 or later
    1414License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4747= 2.0 =
    4848* Compatible with PHP 7.3
     49= 2.1 =
     50*
  • remove-all-question-marks/trunk/remove-all-question-marks-css-and-js.php

    r2102897 r2203252  
    44Plugin URI: https://ariapad.com
    55description: remove all question marks css and js
    6 Version: 2.0
    7 Author: shemsad amiri khorasani
    8 Author URI: http://takpar.blog.ir/
     6Version: 2.1
     7Author: Shemshad Amiri Khorasani
     8Author URI: https://ariapad.com/
    99License: GPL2
    1010*/
     
    1313$parts = explode( '?ver', $src );
    1414    return $parts[0];
     15
    1516}
    1617 add_filter('script_loader_src','raqm_remove_script_version', 15, 1 );
Note: See TracChangeset for help on using the changeset viewer.