Plugin Directory

Changeset 541144


Ignore:
Timestamp:
05/08/2012 02:28:59 AM (14 years ago)
Author:
marquex
Message:

Minor changes to warning javascript use.

Location:
custom-sidebars/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-sidebars/trunk/customsidebars.php

    r541142 r541144  
    22/*
    33Plugin Name: Custom sidebars
    4 Plugin URI: http://marquex.es/541/custom-sidebars-plugin-v0-8
     4Plugin URI: http://marquex.es/698/custom-sidebars-1-0
    55Description: Allows to create your own widgetized areas and custom sidebars, and select what sidebars to use for each post or page.
    66Version: 1.0
     
    888888    function getSortedCategories(){
    889889        $unorderedcats = get_the_category();
    890         usort($unorderedcats, array($this, 'cmpCatLevel'));
     890        @usort($unorderedcats, array($this, 'cmpCatLevel'));
    891891        return $unorderedcats;
    892892    }
  • custom-sidebars/trunk/readme.txt

    r541142 r541144  
    7575Any user that can switch themes, can create sidebars. Switch_themes is the capability needed to manage widgets, so if you can’t edit widgets you can’t create custom sidebars. There are some plugins to give capabilities to the roles, so you can make your author be able to create the sidebars. Try [User role editor](http://wordpress.org/extend/plugins/user-role-editor/)
    7676
    77 = Does it have custom taxonomies support?=
     77= Does it have custom taxonomies support? =
    7878
    7979Sidebars for custom taxonomies are not working by the moment, it’s hard to build an interface.
Note: See TracChangeset for help on using the changeset viewer.