Changeset 2588641
- Timestamp:
- 08/25/2021 03:25:08 PM (5 years ago)
- Location:
- button-visually-impaired/trunk
- Files:
-
- 1 deleted
- 2 edited
-
include/src/Core/Bvi.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
tags (deleted)
Legend:
- Unmodified
- Added
- Removed
-
button-visually-impaired/trunk/include/src/Core/Bvi.php
r2587977 r2588641 30 30 add_action( 'wp_enqueue_scripts', [ $this, 'frontendAssets' ], 999, 0 ); 31 31 add_shortcode( 'bvi-shortcode', [ $this, 'shortcode' ] ); 32 add_shortcode( 'bvi', [ $this, 'shortcode' ] ); 32 33 } 33 34 } -
button-visually-impaired/trunk/readme.txt
r2588607 r2588641 2 2 Contributors: veks 3 3 Donate link: http://bvi.isvek.ru/donate/ 4 Tags: bvi, button, visually, impaired, title, accessibility, accessible, navigation, wcag, focus, alt text, labels, aria4 Tags: accessible, button, visually, impaired, title, accessibility, navigation, wcag, focus, alt text, labels, aria 5 5 Requires at least: 4.3.1 6 6 Tested up to: 5.8
Note: See TracChangeset
for help on using the changeset viewer.