Changeset 3417522
- Timestamp:
- 12/11/2025 03:16:31 PM (4 months ago)
- Location:
- jeero/trunk
- Files:
-
- 2 edited
-
Jeero.php (modified) (2 diffs)
-
includes/Inbox/Inbox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jeero/trunk/Jeero.php
r3417508 r3417522 6 6 * Author: Slim & Dapper 7 7 * Author URI: https://slimndap.com 8 * Version: 1.33. 18 * Version: 1.33.2 9 9 * Text Domain: jeero 10 10 * … … 32 32 add_action( 'init', function() { 33 33 34 define( 'Jeero\VERSION', '1.33. 1' );34 define( 'Jeero\VERSION', '1.33.2' ); 35 35 define( 'Jeero\PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 36 36 define( 'Jeero\PLUGIN_URI', plugin_dir_url( __FILE__ ) ); -
jeero/trunk/includes/Inbox/Inbox.php
r3417465 r3417522 330 330 $result = process_item( $item ); 331 331 332 if ( ! \is_wp_error( $result ) ) { 333 $items_processed[] = $item; 334 } 335 332 336 if ( \is_wp_error( $result ) ) { 333 337 Logs\Log( $result->get_error_message() );
Note: See TracChangeset
for help on using the changeset viewer.