Changeset 926797
- Timestamp:
- 06/04/2014 10:40:45 PM (12 years ago)
- File:
-
- 1 edited
-
modal-links/trunk/modal-links.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modal-links/trunk/modal-links.php
r926546 r926797 4 4 * Plugin URI: https://wordpress.org/plugins/modal-links 5 5 * Description: With this plugin you can create a "modal" link to open post/page and even login/logout and register form in modal window. 6 * Version: 1.5. 26 * Version: 1.5.3 7 7 * Author: George Lazarou 8 8 * Author URI: http://georgelazarou.info … … 373 373 function modalLinksLoadTooltipJs() 374 374 { 375 if (is_admin() === true && $_GET['page'] === 'modal_links') { 375 376 echo <<<JAVASCRIPT 376 377 … … 390 391 391 392 JAVASCRIPT; 393 } 392 394 393 395 }//end modalLinksLoadTooltipJs()
Note: See TracChangeset
for help on using the changeset viewer.