Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

fix missing translation helper call #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akkspros
Copy link
Member

@akkspros akkspros commented Jan 6, 2020

fixed missing translation helper call

@pedro-mendonca
Copy link
Contributor

pedro-mendonca commented Jan 6, 2020

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
Copy link
Member Author

@ellatrix can you check this please

@akkspros akkspros requested a review from ellatrix February 13, 2020 09:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants