Plugin Directory

Changeset 155164


Ignore:
Timestamp:
09/16/2009 12:30:25 AM (16 years ago)
Author:
paul.irish
Message:

version update. cosmin's patch for text->loading text. default change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • infinite-scroll/trunk/wp_infinite_scroll.php

    r143130 r155164  
    33/*
    44Plugin Name: Infinite Scroll
    5 Version: 1.3.090805
     5Version: 1.3.090915
    66Plugin URI: http://www.infinite-scroll.com
    77Description: Automatically loads the next page of posts into the bottom of the initial page.
     
    6969define('infscr_donetext_default'            , '<em>Congratulations, you\'ve reached the end of the internet.</em>');
    7070define('infscr_content_selector_default'    , '#content');
    71 define('infscr_post_selector_default'       , '#content > div.post');
     71define('infscr_post_selector_default'       , '#content div.post');
    7272define('infscr_nav_selector_default'        , 'div.navigation');
    7373define('infscr_next_selector_default', 'div.navigation a:first');
     
    440440    nextSelector    : "$next_selector",
    441441    loadingImg      : "$loading_image",
    442     text            : "$loading_text",
     442    loadingText     : "$loading_text",
    443443    donetext        : "$donetext",
    444444    navSelector     : "$navigation_selector",
Note: See TracChangeset for help on using the changeset viewer.