Skip to content

Commit 9f43fc6

Browse files
authored
Fix: plugin headers (#316) (#320)
1 parent 8dcd0df commit 9f43fc6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pojo-accessibility.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
2-
/*
3-
Plugin Name: Ally - Web Accessibility & Usability
4-
Plugin URI: https://elementor.com/
5-
Description: Improve your website’s accessibility with ease. Customize capabilities such as text resizing, contrast modes, link highlights, and easily generate an accessibility statement to demonstrate your commitment to inclusivity.
6-
Author: Elementor.com
7-
Author URI: https://elementor.com/
8-
Version: 3.4.0
9-
Text Domain: pojo-accessibility
10-
Domain Path: /languages/
11-
*/
2+
/**
3+
* Plugin Name: Ally - Web Accessibility & Usability
4+
* Plugin URI: https://elementor.com/
5+
* Description: Improve your website’s accessibility with ease. Customize capabilities such as text resizing, contrast modes, link highlights, and easily generate an accessibility statement to demonstrate your commitment to inclusivity.
6+
* Author: Elementor.com
7+
* Author URI: https://elementor.com/
8+
* Version: 3.4.0
9+
* Text Domain: pojo-accessibility
10+
* Domain Path: /languages/
11+
*/
1212
if ( ! defined( 'ABSPATH' ) ) {
1313
exit;
1414
} // Exit if accessed directly

0 commit comments

Comments
 (0)