Changeset 3025468
- Timestamp:
- 01/23/2024 12:23:54 AM (2 years ago)
- Location:
- metatext
- Files:
-
- 4 edited
-
tags/1.0.2/Readme.txt (modified) (1 diff)
-
tags/1.0.2/wp-meta-text.php (modified) (1 diff)
-
trunk/Readme.txt (modified) (1 diff)
-
trunk/wp-meta-text.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
metatext/tags/1.0.2/Readme.txt
r3025465 r3025468 4 4 Tags: metaText, v1, Bionic_Reading_For_WordPress, Web_Accessibility 5 5 Requires at least: 6.0 6 Tested up to: 6.4 6 Tested up to: 6.4.2 7 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later -
metatext/tags/1.0.2/wp-meta-text.php
r3025465 r3025468 9 9 */ 10 10 11 if( ! defined( 'ABSPATH' ) ) : exit(); endif; // No direct access allowed .11 if( ! defined( 'ABSPATH' ) ) : exit(); endif; // No direct access allowed 12 12 13 13 /** -
metatext/trunk/Readme.txt
r3025465 r3025468 4 4 Tags: metaText, v1, Bionic_Reading_For_WordPress, Web_Accessibility 5 5 Requires at least: 6.0 6 Tested up to: 6.4 6 Tested up to: 6.4.2 7 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later -
metatext/trunk/wp-meta-text.php
r3025465 r3025468 4 4 * Author: Sabastine Udeh 5 5 * Author URI: https://sommysab.com 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Description: Free WordPress Implementation of Bionic Reading for the Web. 8 8 * Text-Domain: wp-meta-text 9 9 */ 10 10 11 if( ! defined( 'ABSPATH' ) ) : exit(); endif; // No direct access allowed .11 if( ! defined( 'ABSPATH' ) ) : exit(); endif; // No direct access allowed 12 12 13 13 /**
Note: See TracChangeset
for help on using the changeset viewer.