Changeset 3287910
- Timestamp:
- 05/05/2025 03:42:53 PM (11 months ago)
- Location:
- short-title-block-dual-post-titles-for-better-ux-and-seo-performance/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
short-title-block.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
short-title-block-dual-post-titles-for-better-ux-and-seo-performance/trunk/readme.txt
r3166665 r3287910 4 4 Tags: SEO, UX, Blocks 5 5 Requires at least: 4.5 6 Tested up to: 6. 6.26 Tested up to: 6.8.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 65 65 == Changelog == 66 66 67 = 1.0.2 = 68 * Tested latest WP version 67 69 68 70 = 1.0.1 = -
short-title-block-dual-post-titles-for-better-ux-and-seo-performance/trunk/short-title-block.php
r3166665 r3287910 1 1 <?php 2 2 3 /** 3 4 * Plugin Name: Short Title Block - Dual Post Titles for Better UX and SEO Performance … … 8 9 * Text Domain: red8-short-post-title 9 10 * Domain Path: /languages 10 * Version: 1.0. 211 * Version: 1.0.3 11 12 * License: GPLv2 or later 12 13 * @package Short_Post_Title … … 15 16 namespace Red8\Short_Title_Block; 16 17 17 define( 'RED_8_SHORT_TITLE_BLOCK_PATH', plugin_dir_path( __FILE__ ));18 define( 'RED_8_SHORT_TITLE_BLOCK_URL', plugin_dir_url( __FILE__ ));18 define('RED_8_SHORT_TITLE_BLOCK_PATH', plugin_dir_path(__FILE__)); 19 define('RED_8_SHORT_TITLE_BLOCK_URL', plugin_dir_url(__FILE__)); 19 20 20 21
Note: See TracChangeset
for help on using the changeset viewer.