Changeset 3012005
- Timestamp:
- 12/19/2023 02:56:27 PM (2 years ago)
- Location:
- uncomment
- Files:
-
- 14 added
- 3 edited
-
tags/1.2.1 (added)
-
tags/1.2.1/README.md (added)
-
tags/1.2.1/composer.json (added)
-
tags/1.2.1/includes (added)
-
tags/1.2.1/includes/admin.php (added)
-
tags/1.2.1/includes/core.php (added)
-
tags/1.2.1/includes/feeds.php (added)
-
tags/1.2.1/includes/helpers.php (added)
-
tags/1.2.1/includes/rewrites.php (added)
-
tags/1.2.1/includes/templates (added)
-
tags/1.2.1/includes/templates/comments.php (added)
-
tags/1.2.1/includes/xmlrpc.php (added)
-
tags/1.2.1/plugin.php (added)
-
tags/1.2.1/readme.txt (added)
-
trunk/includes/admin.php (modified) (1 diff)
-
trunk/includes/helpers.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uncomment/trunk/includes/admin.php
r2784695 r3012005 177 177 $script = <<<TAG 178 178 (function(){ 179 var commentBlockNames = ${comment_block_names};179 var commentBlockNames = {$comment_block_names}; 180 180 wp.hooks.addFilter('blocks.registerBlockType', 'uncomment/exclude-blocks', function(settings, name) { 181 181 if ( commentBlockNames.indexOf(name) !== -1 ) { -
uncomment/trunk/includes/helpers.php
r2724694 r3012005 22 22 'core/comment-reply-link', 23 23 'core/comment-template', 24 'core/comments', 24 25 'core/comments-pagination', 25 26 'core/comments-pagination-next', … … 33 34 ); 34 35 } 35 -
uncomment/trunk/readme.txt
r2994830 r3012005 60 60 == Changelog == 61 61 62 = 1.2.1 = 63 Release Date: December 19th, 2023 64 65 - Fix missing exclusion for the core/comments block. 66 - Fix deprecated ${var} in strings. Props @claytoncollie 67 62 68 = 1.2.0 = 63 69 Release Date: November 13th, 2023
Note: See TracChangeset
for help on using the changeset viewer.