Plugin Directory

Changeset 3361107


Ignore:
Timestamp:
09/13/2025 06:51:32 PM (7 months ago)
Author:
santoshtmp7
Message:

v1.1.1

Location:
post-title-required
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • post-title-required/tags/1.1.1/include/class-ptreq-check-settings.php

    r3361096 r3361107  
    8282                    'htmlname' => '­',
    8383                    'htmlnum'  => '­',
    84                     'label'    => 'Soft Hyphen [­] [&amp#173;]',
     84                    'label'    => 'Soft Hyphen [­] [­]',
    8585                ],
    8686                'u00A0' => [
    8787                    'htmlname' => ' ',
    8888                    'htmlnum'  => ' ',
    89                     'label'    => 'Non-breaking Space [ ] [&amp#160;]',
     89                    'label'    => 'Non-breaking Space [ ] [ ]',
    9090                ],
    9191                'u200B' => [
     
    105105                ],
    106106                'u202F' => [
    107                     'htmlname' => ' ',
     107                    'htmlname' => ' ',
    108108                    'htmlnum'  => ' ',
    109109                    'label'    => 'Narrow No-Break Space [ ]',
  • post-title-required/tags/1.1.1/include/class-ptreq-settings.php

    r3361096 r3361107  
    212212                                            value="<?php echo esc_attr($entity); ?>"
    213213                                            <?php checked(in_array($entity, $ignore_chars_options, true)); ?>>
    214                                         <?php echo esc_attr($label); ?>
     214                                        <?php echo ($label);?>
    215215                                    </label>
    216216                                </li>
  • post-title-required/tags/1.1.1/readme.txt

    r3361096 r3361107  
    22
    33Contributors: santoshtmp7, younginnovations
    4 Tested up to: 6.8.2
     4Tested up to: 6.8
    55Stable tag: 1.1.1
    66Requires PHP: 8.0
  • post-title-required/trunk/include/class-ptreq-check-settings.php

    r3361096 r3361107  
    8282                    'htmlname' => '&shy;',
    8383                    'htmlnum'  => '&#173;',
    84                     'label'    => 'Soft Hyphen [&amp;shy;] [&amp#173;]',
     84                    'label'    => 'Soft Hyphen [&amp;shy;] [&amp;#173;]',
    8585                ],
    8686                'u00A0' => [
    8787                    'htmlname' => '&nbsp;',
    8888                    'htmlnum'  => '&#160;',
    89                     'label'    => 'Non-breaking Space [&amp;nbsp;] [&amp#160;]',
     89                    'label'    => 'Non-breaking Space [&amp;nbsp;] [&amp;#160;]',
    9090                ],
    9191                'u200B' => [
     
    105105                ],
    106106                'u202F' => [
    107                     'htmlname' => '&nbsp;',
     107                    'htmlname' => '&#8239;',
    108108                    'htmlnum'  => '&#8239;',
    109109                    'label'    => 'Narrow No-Break Space [&amp;#8239;]',
  • post-title-required/trunk/include/class-ptreq-settings.php

    r3361096 r3361107  
    212212                                            value="<?php echo esc_attr($entity); ?>"
    213213                                            <?php checked(in_array($entity, $ignore_chars_options, true)); ?>>
    214                                         <?php echo esc_attr($label); ?>
     214                                        <?php echo ($label);?>
    215215                                    </label>
    216216                                </li>
  • post-title-required/trunk/readme.txt

    r3361096 r3361107  
    22
    33Contributors: santoshtmp7, younginnovations
    4 Tested up to: 6.8.2
     4Tested up to: 6.8
    55Stable tag: 1.1.1
    66Requires PHP: 8.0
Note: See TracChangeset for help on using the changeset viewer.