Changeset 2050
- Timestamp:
- 10/22/2009 12:26:54 PM (16 years ago)
- Location:
- branches/1.1/bp-themes/bp-sn-parent/wire
- Files:
-
- 2 edited
-
post-form.php (modified) (1 diff)
-
post-list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bp-themes/bp-sn-parent/wire/post-form.php
r1905 r2050 38 38 39 39 <input type="submit" name="wire-post-submit" id="wire-post-submit" value="<?php _e( 'Post »', 'buddypress' ) ?>" /> 40 <input type="hidden" name="bp_wire_item_id" id="bp_wire_item_id" value="<?php echo bp_get_wire_item_id() ?>" />41 40 42 41 <?php wp_nonce_field( 'bp_wire_post' ) ?> -
branches/1.1/bp-themes/bp-sn-parent/wire/post-list.php
r1905 r2050 59 59 60 60 <?php do_action( 'bp_after_wire_post_list' ) ?> 61 61 62 <input type="hidden" name="bp_wire_item_id" id="bp_wire_item_id" value="<?php echo bp_get_wire_item_id() ?>" /> 62 63 </div> 63 64 <?php else: ?>
Note: See TracChangeset
for help on using the changeset viewer.