Changeset 1521828
- Timestamp:
- 10/25/2016 01:14:23 PM (9 years ago)
- Location:
- point-and-stare-cms-functions/trunk
- Files:
-
- 3 edited
-
js/cms_script.js (modified) (2 diffs)
-
pands-functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
point-and-stare-cms-functions/trunk/js/cms_script.js
r829066 r1521828 3 3 jQuery(document).ready(function() { 4 4 5 jQuery('.postbox').each(function(){5 jQuery('.postbox').each(function(){ 6 6 var id = jQuery(this).attr('id'); 7 7 8 if(typeof id != 'undefined') { 9 8 10 if(id.indexOf('db_panel') != -1){ 9 11 jQuery.post(siteurl.ajax, { … … 14 16 }, 'html'); 15 17 } 18 } 16 19 }); 17 20 -
point-and-stare-cms-functions/trunk/pands-functions.php
r1441732 r1521828 4 4 Plugin URI: http://wordpress.org/extend/plugins/point-and-stare-cms-functions/ 5 5 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 7 7 Author: Lee Rickler 8 8 Author URI: http://pointandstare.com -
point-and-stare-cms-functions/trunk/readme.txt
r1441892 r1521828 4 4 Tags: functions, cms, developer, seo, google+, white-label 5 5 Requires at least: 4.0 6 Tested up to: 4. 5.36 Tested up to: 4.6.1 7 7 Stable tag: 4.3.1 8 8 … … 51 51 52 52 == Changelog == 53 54 = 3.1.4.1 = 55 * Small script update 53 56 54 57 = 3.1.4 =
Note: See TracChangeset
for help on using the changeset viewer.