πŸ”ž ADULT: Changeset/ - Uncensored 2025

Changeset 682159


Ignore:
Timestamp:
03/15/2013 05:57:03 AM (13 years ago)
Author:
alexdunae
Message:

fix misnamed variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-smushit/trunk/wp-smushit.php

    r682155 r682159 Β 
    250250
    251251    // WordPress >= 2.6.2: determine the absolute $file_path (http://core.trac.wordpress.org/changeset/8796)
    252Β     if ( FALSE === strpos($file,  $upload_path) ) {
    Β 252    if ( FALSE === strpos($file_path,  $upload_path) ) {
    253253        $store_absolute_path = false;
    254254        $file_path =  $upload_path . $file_path;
Note: See TracChangeset for help on using the changeset viewer.