Changeset 8681 for branches/crazyhorse/wp-admin/edit-page-form.php
- Timestamp:
- 08/20/2008 01:16:20 AM (18 years ago)
- File:
-
- 1 edited
-
branches/crazyhorse/wp-admin/edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/edit-page-form.php
r8680 r8681 266 266 <div id="<?php echo user_can_richedit() ? 'postdivrich' : 'postdiv'; ?>" class="postarea"> 267 267 268 <div id="add-media-button"><a href="<?php echo clean_url( admin_url( 'media-upload.php?post_id=' . ( $post_ID ? $post_ID : $temp_ID ) . '& ins=1&TB_iframe=true' ) ); ?>" class="thickbox button"><?php _e( 'Add Media' ); ?></a></div>268 <div id="add-media-button"><a href="<?php echo clean_url( admin_url( 'media-upload.php?post_id=' . ( $post_ID ? $post_ID : $temp_ID ) . '&type=image&TB_iframe=true' ) ); ?>" class="thickbox button"><?php _e( 'Add Media' ); ?></a></div> 269 269 270 270 <h3><?php _e('Page') ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.