Changeset 2215658
- Timestamp:
- 12/20/2019 11:53:54 AM (6 years ago)
- Location:
- wp-oniad
- Files:
-
- 3 edited
-
tags/1.1.9/wp_oniad.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wp_oniad.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-oniad/tags/1.1.9/wp_oniad.php
r2126507 r2215658 173 173 return $tag; 174 174 175 return str_replace( ' src', 'async defer src', $tag );175 return str_replace( 'src', 'async defer src', $tag ); 176 176 }, 10, 2 ); 177 177 } -
wp-oniad/trunk/readme.txt
r2126507 r2215658 4 4 Tags: ONiAd, publicidad online, oniup, oniad, wp oniad, wp_oniad, publicidad programatica, compra programatica, RTB 5 5 Requires at least: 4.6 6 Tested up to: 4.76 Tested up to: 5.3.2 7 7 Stable tag: 4.3 8 8 Requires PHP: 5.2.4 … … 60 60 * Mejoras de funcionalidad 61 61 62 = 1.1.9.1 = 63 * Mejoras de funcionalidad 64 62 65 == Upgrade Notice == 63 66 = 1.1.2 = … … 84 87 = 1.1.9 = 85 88 * 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 173 173 return $tag; 174 174 175 return str_replace( ' src', 'async defer src', $tag );175 return str_replace( 'src', 'async defer src', $tag ); 176 176 }, 10, 2 ); 177 177 }
Note: See TracChangeset
for help on using the changeset viewer.