Results 1 to 2 of 2

Thread: A quick question about the code

  1. #1
    Thread Starter
    AlexFernandez's Avatar
    Join Date
    Sep 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    A quick question about the code

    Code:
    if ($post->post_status == 'publish') {
    
         $poststatus = __('Live','appthemes');
         $poststatus .= ' ' . __('Until','appthemes') . '<br/><p class="small">(' . $expire_date . ')</p>';
    
         $fontcolor = '#33CC33';
         $postimage = 'pause.png';
         $postalt =  __('pause ad','appthemes');
         $postaction = 'pause';
    So where text shows up in code there appears 'appthemes' after it. In the last version "$postalt = __('pause ad','appthemes');" was "$postalt = __('pause ad','cp');"

    so my question is, what exactly does the 'appthemes', or did 'cp', do?

    thanks for your help.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,693
    Thanks
    166
    Thanked 3,387 Times in 3,258 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Quick question: How to move "Just listed" widget?
    By blairashley in forum ClassiPress General Discussion
    Replies: 9
    Last Post: March 28th, 2012, 01:53 PM
  2. Wordpress MU quick Question??
    By englandrm in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: September 25th, 2010, 04:17 PM