Changeset 2180234
- Timestamp:
- 10/25/2019 04:55:13 PM (6 years ago)
- Location:
- slide/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
slide/trunk/index.php
r2180213 r2180234 5 5 * Plugin URI: https://wordpress.org/plugins/slide/ 6 6 * Description: Allows you to create presentations with the block editor. 7 * Version: 0.0. 197 * Version: 0.0.20 8 8 * Author: Ella van Durpe 9 9 * Author URI: https://ellavandurpe.com … … 226 226 $palette = array_map( 'sanitize_hex_color', $palette ); 227 227 $palette = array_map( function( $hex ) { 228 return array( 229 'name' => $hex, 230 'slug' => sanitize_title( $hex ), 231 'color' => $hex, 232 ); 228 return array( 'color' => $hex ); 233 229 }, $palette ); 234 230 -
slide/trunk/readme.md
r2180213 r2180234 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.3 8 Stable tag: 0.0. 198 Stable tag: 0.0.20 9 9 License: GPL-2.0-or-later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.