Changeset 6303
- Timestamp:
- 08/19/06 06:28:48 (2 years ago)
- Files:
-
- wp-useronline/trunk/readme.html (modified) (1 diff)
- wp-useronline/trunk/useronline/useronline.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-useronline/trunk/readme.html
r6287 r6303 390 390 </li> 391 391 <li> 392 Type '<b> <page_useronline></b>' in the post's content area (without the quotes)392 Type '<b>[page_useronline]</b>' in the post's content area (without the quotes) 393 393 </li> 394 394 <li> wp-useronline/trunk/useronline/useronline.php
r6293 r6303 603 603 604 604 ### Function: Place Polls Archive In Content 605 add_filter('the_content', 'place_useronlinepage', ' 12');605 add_filter('the_content', 'place_useronlinepage', '7'); 606 606 function place_useronlinepage($content){ 607 $content = preg_replace( "/\ <page_useronline\>/ise", "useronline_page()", $content);607 $content = preg_replace( "/\[page_useronline\]/ise", "useronline_page()", $content); 608 608 return $content; 609 609 }
