Changeset 3425610
- Timestamp:
- 12/22/2025 07:13:12 PM (3 months ago)
- Location:
- peak-publisher
- Files:
-
- 4 edited
-
tags/1.0.0/assets/js/components/GlobalDropOverlay.js (modified) (1 diff)
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
trunk/assets/js/components/GlobalDropOverlay.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
peak-publisher/tags/1.0.0/assets/js/components/GlobalDropOverlay.js
r3425579 r3425610 2 2 lodash.set(window, 'Pblsh.Components.GlobalDropOverlay', ({ onCreated } = {}) => { 3 3 const { __ } = wp.i18n; 4 const sprintf = wp.i18n.sprintf ?? window.sprintf; 4 5 const { useState, useEffect, useRef, createElement } = wp.element; 5 6 const { Button, CheckboxControl } = wp.components; -
peak-publisher/tags/1.0.0/readme.txt
r3425579 r3425610 1 1 === Peak Publisher === 2 Plugin Name: Peak Publisher 3 Author: eHtmlu 4 Author URI: https://www.wppeak.com/ 2 5 Contributors: eHtmlu 3 6 Donate link: https://www.paypal.com/donate/?hosted_button_id=2G6L8NWVXZ4T4 -
peak-publisher/trunk/assets/js/components/GlobalDropOverlay.js
r3425579 r3425610 2 2 lodash.set(window, 'Pblsh.Components.GlobalDropOverlay', ({ onCreated } = {}) => { 3 3 const { __ } = wp.i18n; 4 const sprintf = wp.i18n.sprintf ?? window.sprintf; 4 5 const { useState, useEffect, useRef, createElement } = wp.element; 5 6 const { Button, CheckboxControl } = wp.components; -
peak-publisher/trunk/readme.txt
r3425579 r3425610 1 1 === Peak Publisher === 2 Plugin Name: Peak Publisher 3 Author: eHtmlu 4 Author URI: https://www.wppeak.com/ 2 5 Contributors: eHtmlu 3 6 Donate link: https://www.paypal.com/donate/?hosted_button_id=2G6L8NWVXZ4T4
Note: See TracChangeset
for help on using the changeset viewer.