Plugin Directory

Changeset 1230487


Ignore:
Timestamp:
08/25/2015 04:53:15 PM (11 years ago)
Author:
boyevul
Message:

comments template for disabling comments sitewide restored to original version

Location:
my-optional-modules/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • my-optional-modules/trunk/includes/templates/comments.php

    r1180594 r1230487  
    11<?php
    2 
    3     global $myoptionalmodules_disqus;
    4     echo "<script type='text/javascript'>
    5         var disqus_shortname = '{$myoptionalmodules_disqus}';
    6         (function() {
    7             var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
    8             dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
    9             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
    10         })();
    11     </script>";
    12 
     2    // Blank comment template
     3    // Will be shown when users who aren't logged in try to view materials
     4    // that are restricted to logged in users.
    135?>
  • my-optional-modules/trunk/plugin.php

    r1229463 r1230487  
    44Plugin URI:
    55Description: Optional modules and additions for Wordpress.
    6 Version: 10.0.9.9
     6Version: 10.1.0.0
    77Author: boyevul
    88Author URI:
  • my-optional-modules/trunk/readme.txt

    r1229463 r1230487  
    44Requires at least: 4.1
    55Tested up to: 4.3
    6 Stable tag: 10.0.9.9
     6Stable tag: 10.1.0.0
    77
    88An assortment of functions to enhance WordPress.
     
    9494
    9595== Changelog ==
     96= 10.1.0.0 =
     97*   *Release Date - 25th, August, 2015*
     98*   Blank Comments Template restored to original version
     99
    96100= 10.0.9.8 / 10.0.9.9 =
    97101*   *Release Date - 24th, August, 2015*
Note: See TracChangeset for help on using the changeset viewer.