WordPress / slides

Slides: Presentations with WordPress
https://wordpress.org/plugins/slide/
88 stars 28 forks source link

fix missing translation helper call #37

Open akkspros opened 4 years ago

akkspros commented 4 years ago

fixed missing translation helper call

pedro-mendonca commented 4 years ago

What about a complete sentence?

Example:

<div class="slide-count">
    <?php
        printf(
            esc_html__( '%1$s of %2$s', 'slide' ),
            '<span class="slide-current-number">&hellip;</span>',
            '<span class="slide-total-number">&hellip;</span>'
        );
    ?>
</div>
akkspros commented 4 years ago

@ellatrix can you check this please