Changeset 5712 for trunk/src/includes/core/update.php
- Timestamp:
- 05/01/2015 01:47:36 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/update.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/update.php
r5637 r5712 189 189 'topic_title' => __( 'Hello World!', 'bbpress' ), 190 190 'topic_content' => __( 'I am the first topic in your new forums.', 'bbpress' ), 191 'reply_title' => __( 'Re: Hello World!', 'bbpress' ),192 191 'reply_content' => __( 'Oh, and this is what a reply looks like.', 'bbpress' ), 193 192 ), 'create_initial_content' ); … … 215 214 array( 216 215 'post_parent' => $topic_id, 217 'post_title' => $r['reply_title'],218 216 'post_content' => $r['reply_content'] 219 217 ),
Note: See TracChangeset
for help on using the changeset viewer.