Results 1 to 2 of 2

Thread: Hard coded word "Categories"

  1. #1
    Thread Starter
    sentimex's Avatar
    Join Date
    Jun 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Hard coded word "Categories"

    Hi,

    you have hard coded word "Categories" :

    Code:
    sidebar.php
    <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
    
    -and here-
    
    custom-options.php
    <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
    Should you get it from .mo file?

    Thanks,
    Dan.

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Hard coded word "Categories"

    Good catch. Yes, I'll have to get that fixed in the next release. Thanks.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Add "SOLD" to items that are gone
    By tiffany in forum ClassiPress General Discussion
    Replies: 3
    Last Post: May 29th, 2009, 02:32 AM