Plugin Directory

Changeset 1521828


Ignore:
Timestamp:
10/25/2016 01:14:23 PM (9 years ago)
Author:
bigbadboy
Message:

Script scrape.

Location:
point-and-stare-cms-functions/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • point-and-stare-cms-functions/trunk/js/cms_script.js

    r829066 r1521828  
    33jQuery(document).ready(function() {
    44   
    5     jQuery('.postbox').each(function(){
     5     jQuery('.postbox').each(function(){
    66        var id = jQuery(this).attr('id');
    7        
     7   
     8    if(typeof id != 'undefined') {
     9       
    810        if(id.indexOf('db_panel') != -1){
    911            jQuery.post(siteurl.ajax, {
     
    1416            }, 'html');
    1517        }
     18}
    1619    });
    1720   
  • point-and-stare-cms-functions/trunk/pands-functions.php

    r1441732 r1521828  
    44  Plugin URI: http://wordpress.org/extend/plugins/point-and-stare-cms-functions/
    55  Description: This plugin will generate special functions that help convert your WordPress install into a white labelled CMS, add security and generally protect the admin.
    6   Version: 3.1.4
     6  Version: 3.1.4.1
    77  Author: Lee Rickler
    88  Author URI: http://pointandstare.com
  • point-and-stare-cms-functions/trunk/readme.txt

    r1441892 r1521828  
    44Tags: functions, cms, developer, seo, google+, white-label
    55Requires at least: 4.0
    6 Tested up to: 4.5.3
     6Tested up to: 4.6.1
    77Stable tag: 4.3.1
    88
     
    5151
    5252== Changelog ==
     53
     54= 3.1.4.1 =
     55* Small script update
    5356
    5457= 3.1.4 =
Note: See TracChangeset for help on using the changeset viewer.