Changeset 2668006
- Timestamp:
- 01/28/2022 10:10:29 AM (4 years ago)
- Location:
- mowomo-redes-sociales/trunk
- Files:
-
- 3 edited
-
README.md (modified) (2 diffs)
-
includes/frontend/class.mwm-rrss.php (modified) (1 diff)
-
mowomo-redessociales.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mowomo-redes-sociales/trunk/README.md
r2663286 r2668006 4 4 Requires at least: 4.6 5 5 Tested up to: 5.9 6 Stable tag: 2.0. 46 Stable tag: 2.0.5 7 7 Requires PHP: 5.2.4 8 8 License: GPLv2 or later … … 36 36 37 37 == Changelog == 38 = 2.0.5 = 39 40 - Bugs fixed 41 38 42 = 2.0.4 = 39 43 -
mowomo-redes-sociales/trunk/includes/frontend/class.mwm-rrss.php
r2663286 r2668006 125 125 ?> 126 126 <script> 127 jQuery(document).on("load", function() {128 jQuery(document.body).on("click", ".mwm_rrss", function() {129 // Get data130 var url = jQuery(this).attr("mwm-rrss-url");131 132 if ( url ) {133 // Open window134 window.open(135 url,136 "_blank",137 "toolbar=yes, top=500, left=500, width=400, height=400"138 );139 }140 });141 });127 jQuery(window).on("load", function() { 128 jQuery(document.body).on("click", ".mwm_rrss", function() { 129 // Get data 130 var url = jQuery(this).attr("mwm-rrss-url"); 131 132 if ( url ) { 133 // Open window 134 window.open( 135 url, 136 "_blank", 137 "toolbar=yes, top=500, left=500, width=400, height=400" 138 ); 139 } 140 }); 141 }); 142 142 </script> 143 143 <?php -
mowomo-redes-sociales/trunk/mowomo-redessociales.php
r2663286 r2668006 8 8 * Text Domain: mowomo-redes-sociales 9 9 * Domain Path: /languages/ 10 * Version: 2.0. 410 * Version: 2.0.5 11 11 * License: GPLv2 or later. 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 32 32 return; 33 33 } else { 34 define('MWM_RRSS_VERSION', '2.0. 4');34 define('MWM_RRSS_VERSION', '2.0.5'); 35 35 } 36 36 if (!defined('MWM_RRSS_SLUG')) {
Note: See TracChangeset
for help on using the changeset viewer.