Plugin Directory

Changeset 3112295

Timestamp:
07/04/2024 09:24:51 AM (5 weeks ago)
Author:
nilovelez
Message:

Minimal change to force language package generation.

Location:
machete
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • machete/tags/5.0/machete-admin.php

    r3109092 r3112295  
    7979            function () {
    8080                /* translators: %s: five stars */
    81                 return ' ' . sprintf( __( 'If you like <strong>Machete</strong>, please %1$sleave us a rating of %2$s. Thank you!', 'machete' ), '<a href="https://wordpress.org/support/plugin/machete/reviews/#new-post" target="_blank">', '5&starf;</a>' ) . ' ';
     81                return ' ' . sprintf( __( 'If you like <strong>Machete</strong>, please </a>' ) . ' ';
    8282            }
    8383        );
  • machete/trunk/machete-admin.php

    r3109168 r3112295  
    7979            function () {
    8080                /* translators: %s: five stars */
    81                 return ' ' . sprintf( __( 'If you like <strong>Machete</strong>, please %1$sleave us a rating of %2$s. Thank you!', 'machete' ), '<a href="https://wordpress.org/support/plugin/machete/reviews/#new-post" target="_blank">', '5&starf;</a>' ) . ' ';
     81                return ' ' . sprintf( __( 'If you like <strong>Machete</strong>, please </a>' ) . ' ';
    8282            }
    8383        );
Note: See TracChangeset for help on using the changeset viewer.