Changeset 2695270
- Timestamp:
- 03/17/2022 08:47:31 AM (4 years ago)
- Location:
- stop-the-war/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stop-the-war/trunk/index.php
r2688266 r2695270 9 9 Description: We believe that collecting online donations should be easy and affordable. That’s why our WordPress donation plugin that never charges transaction fees. Russia’s military invasion of Ukraine has brought to the forefront of the global consciousness a long-simmering geopolitical conflict. The situation is changing every minute as Russian troops move across the country and attack from once friendly countries, but the need for humanitarian assistance is obvious as the nation faces casualties and significant property damage. 10 10 Author: Upqode 11 Version: 1.0. 211 Version: 1.0.3 12 12 Author URI: http://upqode.com/ 13 13 */ … … 46 46 const elem = document.getElementById("stop-war-banner"); 47 47 elem.parentNode.removeChild(elem); 48 if(document.querySelector("header").innerHTML.length > 0){ 49 console.log(elem); 48 if(document.querySelector("header") !== null){ 50 49 document.querySelector("header").prepend(elem); 51 50 }else{ -
stop-the-war/trunk/readme.txt
r2688266 r2695270 5 5 Tested up to: 5.9 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 1.0.3 = 48 * Fixed js error when header doesn’t exist. 49 47 50 = 1.0.2 = 48 * Analytic updated.51 * Fixed WP compatibility. 49 52 50 53 = 1.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.