Plugin Directory

Changeset 2322325


Ignore:
Timestamp:
06/11/2020 01:57:20 PM (6 years ago)
Author:
polyres
Message:

foldername

Location:
extend-acf-acf-json-directory/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extend-acf-acf-json-directory/trunk/extend-acf-acf-json-local-folder.php

    r2322317 r2322325  
    33 * Plugin Name: Extend ACF acf-json directory
    44 * Description: Extends ACF to save the json-files in the plugin directory instead of the theme or child theme directory
    5  * Plugin URI:  https://poly-res.com/plugins/extend-acf-acf-json-local-folder
     5 * Plugin URI:  https://poly-res.com/plugins/extend-acf-acf-json-local-directory
    66 * Version: 1.0.1
    77 * Domain Path: /languages
    88 * Author: polyres
    99 * Author URI: https://poly-res.com/
    10  * Text Domain: extend-acf-acf-json-local-folder
     10 * Text Domain: extend-acf-acf-json-local-directory
    1111 * License:           GPL-2.0+
    1212 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    13  * GitHub Plugin URI: https://github.com/PolyRes/extend-acf-acf-json-local-folder
    14  * GitHub Branch:     master
    1513 * Requires WP:       4.8
    1614 * Requires PHP:      5.6
    17  * Tested up to: 5.3.2
     15 * Tested up to: 5.4.2
    1816 *
    1917 * @link      https://poly-res.com
     
    4038    'plugins_loaded',
    4139    function() {
    42         load_plugin_textdomain( 'extend-acf-acf-json-local-folder', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' );
     40        load_plugin_textdomain( 'extend-acf-acf-json-local-directory', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' );
    4341    }
    4442);
     
    5250     */
    5351    function polyres_ext_acf_json_admin_notices() {
    54         echo '<div class="error"><p>' . esc_html__( 'Extend ACF acf-json directory needs Advanced Custom Fields to work', 'extend-acf-acf-json-local-folder' ) . '</p></div>';
     52        echo '<div class="error"><p>' . esc_html__( 'Extend ACF acf-json directory needs Advanced Custom Fields to work', 'extend-acf-acf-json-local-directory' ) . '</p></div>';
    5553    }
    5654    add_action( 'admin_notices', 'polyres_ext_acf_json_admin_notices' );
  • extend-acf-acf-json-directory/trunk/readme.txt

    r2322317 r2322325  
    33Tags: acf, json, acf-json
    44Requires at least: 4.8
    5 Tested up to: 5.3.2
     5Tested up to: 5.4.2
    66Stable tag: 1.0.1
    77License: GPLv2
Note: See TracChangeset for help on using the changeset viewer.