Plugin Directory

Changeset 2450886


Ignore:
Timestamp:
01/05/2021 08:39:41 PM (5 years ago)
Author:
weweave
Message:

Updated default value for "Comments container selector" to work with default theme "Twenty Twenty" without breaking compatibility to older (default) themes

Location:
wp-ajaxify-comments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-ajaxify-comments/trunk/readme.txt

    r2449541 r2450886  
    7171== Changelog ==
    7272
     73= 1.7.3 =
     74* Updated default value for "Comments container selector" to work with default theme "Twenty Twenty" without breaking compatibility to older (default) themes
     75
    7376= 1.7.2 =
    7477* Added compatibility to older WordPress versions (< 5.2.0) and to WordPress 5.6
     
    352355== Upgrade Notice ==
    353356
     357= 1.7.3 =
     358* Updated default value for "Comments container selector"
     359
    354360= 1.7.2 =
    355361* Added compatibility to older WordPress versions (< 5.2.0) and to WordPress 5.6
  • wp-ajaxify-comments/trunk/wp-ajaxify-comments.php

    r2449508 r2450886  
    66Author: weweave UG (limited liability)
    77Author URI: https://weweave.net
    8 Version: 1.7.2
     8Version: 1.7.3
    99License: GPLv2
    1010Text Domain: wpac
     
    7575                'selectorCommentsContainer' => array(
    7676                    'type' => 'string',
    77                     'default' => is_wp_version_compatible('5.6') ? '.comments-wrapper' : '#comments',
     77                    'default' => '#comments,.comments-wrapper',
    7878                    'label' => __('Comments container selector', WPAC_DOMAIN),
    7979                ),
Note: See TracChangeset for help on using the changeset viewer.