Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Fix I18N Issues #51

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

Commits on Sep 16, 2021

  1. Fix I18N Issues

    Your plugin slug is fly-dynamic-image-resizer, but your Text Domain is fly-images. Change your Text Domain so it is equal to your slug and modify the text domain in all your source files. This change is needed because your "Requires at least" is below 4.6. (see https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#text-domains)
    
    I modified related codes about the text-domain issues.
    
    Note: "Requires at least" (3.0) is below 4.6 so a load_plugin_textdomain is needed. (see https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#loading-text-domain)
    alexclassroom authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    0c88352 View commit details
    Browse the repository at this point in the history