Changeset 2394743
- Timestamp:
- 10/06/2020 05:39:25 PM (5 years ago)
- Location:
- im-wp-multiblocks-lite/trunk
- Files:
-
- 2 edited
-
includes/im-wp-lite-mbcore.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
im-wp-multiblocks-lite/trunk/includes/im-wp-lite-mbcore.php
r1693789 r2394743 57 57 $is_active = (int)get_option('im-wp-lite-mb-active', '0'); 58 58 59 if (is_single() && $is_active == 1)59 if (is_single() && is_singular( ['post', 'page'] ) && $is_active == 1) 60 60 { 61 61 $settingsProvider = new IMWPLiteMBSettings(); -
im-wp-multiblocks-lite/trunk/readme.txt
r2394727 r2394743 4 4 Requires at least: 4.6 5 5 Tested up to: 5.5.9 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.