Make WordPress Core


Ignore:
Timestamp:
04/24/2003 01:04:42 AM (23 years ago)
Author:
mikelittle
Message:

Added in Excerpt functionality. Requires a database update see update-b2posts-for-excerpt.sql
Note: quicktags are BROKEN with this commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2-include/b2functions.php

    r9 r12  
    519519                        'Date' => $myrow->post_date,
    520520                        'Content' => $myrow->post_content,
     521                        'Excerpt' => $myrow->post_excerpt,
    521522                        'Title' => $myrow->post_title,
    522523                        'Category' => $myrow->post_category,
     
    535536                'Date' => $row->post_date,
    536537                'Content' => $row->post_content,
     538                'Excerpt' => $row->post_excerpt,
    537539                'Title' => $row->post_title,
    538540                'Category' => $row->post_category,
Note: See TracChangeset for help on using the changeset viewer.