Changeset 3354408
- Timestamp:
- 09/02/2025 07:09:40 AM (6 months ago)
- Location:
- axanet-tools/trunk
- Files:
-
- 2 edited
-
axanet-tools.php (modified) (1 diff)
-
includes/search-replace.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
axanet-tools/trunk/axanet-tools.php
r3354211 r3354408 24 24 if ( ! defined( 'ABSPATH' ) ) exit; 25 25 26 define( 'AXANET_TOOLS_VERSION', '1. 2.0' );26 define( 'AXANET_TOOLS_VERSION', '1.0.0' ); 27 27 define( 'AXANET_TOOLS_PATH', plugin_dir_path( __FILE__ ) ); 28 28 define( 'AXANET_TOOLS_URL', plugin_dir_url( __FILE__ ) ); -
axanet-tools/trunk/includes/search-replace.php
r3354211 r3354408 1 1 <?php 2 2 /** 3 * WP Pages controlfor axanet Tools3 * Search & Replace for axanet Tools 4 4 * 5 5 * @package axanet-tools
Note: See TracChangeset
for help on using the changeset viewer.