Changeset 1182955
- Timestamp:
- 06/17/2015 10:40:36 PM (11 years ago)
- Location:
- genoo/trunk
- Files:
-
- 3 edited
-
Genoo.php (modified) (1 diff)
-
libs/Genoo/Utils/ArrayObject.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
genoo/trunk/Genoo.php
r1178729 r1182955 6 6 Author URI: http://www.genoo.com/ 7 7 Author Email: info@genoo.com 8 Version: 2.8. 78 Version: 2.8.8 9 9 License: GPLv2 10 10 Text Domain: genoo -
genoo/trunk/libs/Genoo/Utils/ArrayObject.php
r1121144 r1182955 149 149 public static function removeByValue($array, $element) 150 150 { 151 return array_diff($array, [$element]);151 return array_diff($array, array($element)); 152 152 } 153 153 } -
genoo/trunk/readme.txt
r1178729 r1182955 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Stable tag: 2.8. 78 Stable tag: 2.8.8 9 9 10 10 Combine the flexibility of WordPress with the power of Genoo and experience amazing results!
Note: See TracChangeset
for help on using the changeset viewer.