Plugin Directory

Changeset 2215658


Ignore:
Timestamp:
12/20/2019 11:53:54 AM (6 years ago)
Author:
oniad
Message:

Hotfix str_replace

Location:
wp-oniad
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-oniad/tags/1.1.9/wp_oniad.php

    r2126507 r2215658  
    173173                    return $tag;
    174174
    175                 return str_replace( ' src', 'async defer src', $tag );
     175                return str_replace( 'src', 'async defer src', $tag );
    176176            }, 10, 2 );
    177177        }
  • wp-oniad/trunk/readme.txt

    r2126507 r2215658  
    44Tags: ONiAd, publicidad online, oniup, oniad, wp oniad, wp_oniad, publicidad programatica, compra programatica, RTB
    55Requires at least: 4.6
    6 Tested up to: 4.7
     6Tested up to: 5.3.2
    77Stable tag: 4.3
    88Requires PHP: 5.2.4
     
    6060* Mejoras de funcionalidad
    6161
     62= 1.1.9.1 =
     63* Mejoras de funcionalidad
     64
    6265== Upgrade Notice ==
    6366= 1.1.2 =
     
    8487= 1.1.9 =
    8588* Actualizar a esta versión para mejora de la funcionalidad y poder recibir actualizaciones correctamente
     89
     90= 1.1.9.1 =
     91* Actualizar a esta versión para mejora de la funcionalidad y poder recibir actualizaciones correctamente
  • wp-oniad/trunk/wp_oniad.php

    r2126507 r2215658  
    173173                    return $tag;
    174174
    175                 return str_replace( ' src', 'async defer src', $tag );
     175                return str_replace( 'src', 'async defer src', $tag );
    176176            }, 10, 2 );
    177177        }
Note: See TracChangeset for help on using the changeset viewer.