Making WordPress.org

Changeset 9837


Ignore:
Timestamp:
05/08/2020 02:55:21 AM (4 years ago)
Author:
dd32
Message:

Support: Code blocks expander: Use the forums textdomain for translations.

Fixes #5195.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-code-blocks-expand-contract/wporg-bbp-code-blocks-expand-contract.php

    r9610 r9837  
    2828    wp_enqueue_script( 'wporg-bbp-code-blocks-expand-contract', plugins_url( 'wporg-bbp-code-blocks-expand-contract.js', __FILE__ ), [ 'jquery' ], 1, true );
    2929    wp_localize_script( 'wporg-bbp-code-blocks-expand-contract', 'bbpCodeBlocksExpandContract', [
    30         'expand'   => __( 'Expand', 'wporg' ),
    31         'contract' => __( 'Contract', 'wporg' ),
     30        'expand'   => __( 'Expand', 'wporg-forums' ),
     31        'contract' => __( 'Contract', 'wporg-forums' ),
    3232    ] );
    3333    wp_enqueue_style( 'wporg-bbp-code-blocks-expand-contract', plugins_url( 'wporg-bbp-code-blocks-expand-contract.css', __FILE__ ), [], 1 );
Note: See TracChangeset for help on using the changeset viewer.