Changeset 2787191
- Timestamp:
- 09/19/2022 07:14:56 PM (4 years ago)
- Location:
- accessible-poetry/trunk
- Files:
-
- 4 edited
-
accessible-wp-toolbar.php (modified) (1 diff)
-
assets/js/admin.js (modified) (1 diff)
-
inc/toolbar.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
accessible-poetry/trunk/accessible-wp-toolbar.php
r2785619 r2787191 6 6 * Author: Codenroll 7 7 * Author URI: https://www.codenroll.co.il/ 8 * Version: 5.0. 38 * Version: 5.0.4 9 9 * Text Domain: acwp 10 10 * License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html -
accessible-poetry/trunk/assets/js/admin.js
r2781818 r2787191 82 82 // Activate wp color picker 83 83 $('.color-field').each(function(){ 84 $(this).wpColorPicker(); 84 $(this).wpColorPicker({ 85 defaultColor: '#1E7AB9', 86 palettes: ['#000', '#454545', '#1E7AB9', '#b91e1e', '#298361'], 87 }); 85 88 }); 86 89 -
accessible-poetry/trunk/inc/toolbar.php
r2785619 r2787191 5 5 * 6 6 * @since 4.0.0 7 * @updated 5.0. 07 * @updated 5.0.4 8 8 */ 9 9 function acwp_main_component() { … … 17 17 ?> 18 18 19 <div id="acwp-toolbar-btn-wrap" >20 <button type="button" class="<?php echo $side . ' ' . $noanimation; ?>"id="acwp-toolbar-btn" tabindex="0" aria-label="<?php _e('Toggle Accessibility Toolbar', 'acwp');?>" data-side="50">19 <div id="acwp-toolbar-btn-wrap" class="<?php echo $side . ' ' . $noanimation; ?>"> 20 <button type="button"id="acwp-toolbar-btn" tabindex="0" aria-label="<?php _e('Toggle Accessibility Toolbar', 'acwp');?>" data-side="50"> 21 21 <svg xmlns="http://www.w3.org/2000/svg" focusable="false" style="transform: rotate(360deg);" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"> 22 22 <path d="M10 2.6c.83 0 1.5.67 1.5 1.5s-.67 1.51-1.5 1.51c-.82 0-1.5-.68-1.5-1.51s.68-1.5 1.5-1.5zM3.4 7.36c0-.65 6.6-.76 6.6-.76s6.6.11 6.6.76s-4.47 1.4-4.47 1.4s1.69 8.14 1.06 8.38c-.62.24-3.19-5.19-3.19-5.19s-2.56 5.43-3.18 5.19c-.63-.24 1.06-8.38 1.06-8.38S3.4 8.01 3.4 7.36z" fill="currentColor"></path> -
accessible-poetry/trunk/readme.txt
r2785620 r2787191 5 5 Requires at least: 5.2 6 6 Tested up to: 6.0.2 7 Stable tag: 5.0. 38 Version: 5.0. 37 Stable tag: 5.0.4 8 Version: 5.0.4 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.