Changeset 2845158
- Timestamp:
- 01/08/2023 06:02:57 PM (3 years ago)
- Location:
- cowidgets-elementor-addons/trunk
- Files:
-
- 3 edited
-
cowidgets.php (modified) (1 diff)
-
inc/widgets-manager/widgets/content/partials/post/box.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cowidgets-elementor-addons/trunk/cowidgets.php
r2536529 r2845158 8 8 * Text Domain: cowidgets 9 9 * Domain Path: /languages 10 * Version: 1.0.1 010 * Version: 1.0.11 11 11 * 12 12 * @package cowidgets 13 13 */ 14 14 15 define( 'COWIDGETS_VER', '1.0.1 0' );15 define( 'COWIDGETS_VER', '1.0.11' ); 16 16 define( 'COWIDGETS_DIR', plugin_dir_path( __FILE__ ) ); 17 17 define( 'COWIDGETS_URL', plugins_url( '/', __FILE__ ) ); -
cowidgets-elementor-addons/trunk/inc/widgets-manager/widgets/content/partials/post/box.php
r2527993 r2845158 58 58 $author_name = get_the_author(); 59 59 60 $avatar = get_avatar( get_the_author_meta('user_email', $post->post_author) , 32 ) ;60 $avatar = get_avatar( get_the_author_meta('user_email', get_the_author_meta( 'ID' ) ) , 32 ) ; 61 61 $author = ''; 62 62 63 if($avatar !== FALSE && ! $icon)63 if($avatar !== FALSE && !isset($icon) ) 64 64 $author = $avatar; 65 65 -
cowidgets-elementor-addons/trunk/readme.txt
r2536529 r2845158 4 4 Requires at least: 4.4 5 5 Requires PHP: 5.6 6 Tested up to: 5.7.16 Tested up to: 6.1.1 7 7 Stable tag: 1.0.10 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.