Changeset 155164
- Timestamp:
- 09/16/2009 12:30:25 AM (16 years ago)
- File:
-
- 1 edited
-
infinite-scroll/trunk/wp_infinite_scroll.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infinite-scroll/trunk/wp_infinite_scroll.php
r143130 r155164 3 3 /* 4 4 Plugin Name: Infinite Scroll 5 Version: 1.3.090 8055 Version: 1.3.090915 6 6 Plugin URI: http://www.infinite-scroll.com 7 7 Description: Automatically loads the next page of posts into the bottom of the initial page. … … 69 69 define('infscr_donetext_default' , '<em>Congratulations, you\'ve reached the end of the internet.</em>'); 70 70 define('infscr_content_selector_default' , '#content'); 71 define('infscr_post_selector_default' , '#content >div.post');71 define('infscr_post_selector_default' , '#content div.post'); 72 72 define('infscr_nav_selector_default' , 'div.navigation'); 73 73 define('infscr_next_selector_default', 'div.navigation a:first'); … … 440 440 nextSelector : "$next_selector", 441 441 loadingImg : "$loading_image", 442 text: "$loading_text",442 loadingText : "$loading_text", 443 443 donetext : "$donetext", 444 444 navSelector : "$navigation_selector",
Note: See TracChangeset
for help on using the changeset viewer.