Changeset 3361107
- Timestamp:
- 09/13/2025 06:51:32 PM (7 months ago)
- Location:
- post-title-required
- Files:
-
- 6 edited
-
tags/1.1.1/include/class-ptreq-check-settings.php (modified) (2 diffs)
-
tags/1.1.1/include/class-ptreq-settings.php (modified) (1 diff)
-
tags/1.1.1/readme.txt (modified) (1 diff)
-
trunk/include/class-ptreq-check-settings.php (modified) (2 diffs)
-
trunk/include/class-ptreq-settings.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
post-title-required/tags/1.1.1/include/class-ptreq-check-settings.php
r3361096 r3361107 82 82 'htmlname' => '­', 83 83 'htmlnum' => '­', 84 'label' => 'Soft Hyphen [­] [& #173;]',84 'label' => 'Soft Hyphen [­] [­]', 85 85 ], 86 86 'u00A0' => [ 87 87 'htmlname' => ' ', 88 88 'htmlnum' => ' ', 89 'label' => 'Non-breaking Space [ ] [& #160;]',89 'label' => 'Non-breaking Space [ ] [ ]', 90 90 ], 91 91 'u200B' => [ … … 105 105 ], 106 106 'u202F' => [ 107 'htmlname' => '& nbsp;',107 'htmlname' => ' ', 108 108 'htmlnum' => ' ', 109 109 'label' => 'Narrow No-Break Space [ ]', -
post-title-required/tags/1.1.1/include/class-ptreq-settings.php
r3361096 r3361107 212 212 value="<?php echo esc_attr($entity); ?>" 213 213 <?php checked(in_array($entity, $ignore_chars_options, true)); ?>> 214 <?php echo esc_attr($label);?>214 <?php echo ($label);?> 215 215 </label> 216 216 </li> -
post-title-required/tags/1.1.1/readme.txt
r3361096 r3361107 2 2 3 3 Contributors: santoshtmp7, younginnovations 4 Tested up to: 6.8 .24 Tested up to: 6.8 5 5 Stable tag: 1.1.1 6 6 Requires PHP: 8.0 -
post-title-required/trunk/include/class-ptreq-check-settings.php
r3361096 r3361107 82 82 'htmlname' => '­', 83 83 'htmlnum' => '­', 84 'label' => 'Soft Hyphen [&shy;] [& #173;]',84 'label' => 'Soft Hyphen [&shy;] [&#173;]', 85 85 ], 86 86 'u00A0' => [ 87 87 'htmlname' => ' ', 88 88 'htmlnum' => ' ', 89 'label' => 'Non-breaking Space [&nbsp;] [& #160;]',89 'label' => 'Non-breaking Space [&nbsp;] [&#160;]', 90 90 ], 91 91 'u200B' => [ … … 105 105 ], 106 106 'u202F' => [ 107 'htmlname' => '& nbsp;',107 'htmlname' => ' ', 108 108 'htmlnum' => ' ', 109 109 'label' => 'Narrow No-Break Space [&#8239;]', -
post-title-required/trunk/include/class-ptreq-settings.php
r3361096 r3361107 212 212 value="<?php echo esc_attr($entity); ?>" 213 213 <?php checked(in_array($entity, $ignore_chars_options, true)); ?>> 214 <?php echo esc_attr($label);?>214 <?php echo ($label);?> 215 215 </label> 216 216 </li> -
post-title-required/trunk/readme.txt
r3361096 r3361107 2 2 3 3 Contributors: santoshtmp7, younginnovations 4 Tested up to: 6.8 .24 Tested up to: 6.8 5 5 Stable tag: 1.1.1 6 6 Requires PHP: 8.0
Note: See TracChangeset
for help on using the changeset viewer.