Plugin Directory

Changeset 1433789


Ignore:
Timestamp:
06/09/2016 11:55:51 AM (10 years ago)
Author:
lampejos
Message:

update

Location:
change-title/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • change-title/trunk/change-title.php

    r1433765 r1433789  
    88    Text Domain: change_title
    99    Domain Path: /languages
    10     Version: 1.2.1
     10    Version: 1.2.2
    1111*/
    1212
    13 if ( ! defined( 'ABSPATH' ) ) exit;
    14 
    1513/* Translations */
    16 load_plugin_textdomain('change_title', false, basename( dirname( __FILE__ ) ) . '/languages/' );
     14load_plugin_textdomain('change_title', false, basename( dirname( __FILE__ ) ) . '/languages' );
    1715
    1816class ct_settingspage {
     
    170168        wp_register_script( 'change_title_script', plugin_dir_url( __FILE__ ) . 'change-title.js', array(), 1.0, true );
    171169        wp_enqueue_script( 'change_title_script' );
     170
    172171        $title = get_option('change_title');
    173172        wp_localize_script( 'change_title_script', 'change_title', esc_html( $title['site_title']) );
  • change-title/trunk/readme.txt

    r1433349 r1433789  
    55Requires at least: 4.0
    66Tested up to: 4.5.2
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.