Changeset 9837
- Timestamp:
- 05/08/2020 02:55:21 AM (4 years ago)
- 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 28 28 wp_enqueue_script( 'wporg-bbp-code-blocks-expand-contract', plugins_url( 'wporg-bbp-code-blocks-expand-contract.js', __FILE__ ), [ 'jquery' ], 1, true ); 29 29 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' ), 32 32 ] ); 33 33 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.