Changeset 15132 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 06/03/2010 09:00:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r15119 r15132 178 178 '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' . 179 179 '<p><strong>' . __('For more information:') . '</strong></p>' . 180 '<p>' . __('<a href="http://codex.wordpress.org/Writing_Posts" >Documentation on Writing Posts</a>') . '</p>' .181 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'180 '<p>' . __('<a href="http://codex.wordpress.org/Writing_Posts" target="_blank">Documentation on Writing Posts</a>') . '</p>' . 181 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 182 182 ); 183 183 } elseif ( 'page' == $post_type ) { … … 188 188 '<p>' . __('<strong>Order</strong> - Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field.') . '</p>' . 189 189 '<p><strong>' . __('For more information:') . '</strong></p>' . 190 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_SubPanel" >Page Creation Documentation</a>') . '</p>' .191 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'190 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_SubPanel" target="_blank">Page Creation Documentation</a>') . '</p>' . 191 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 192 192 ); 193 193 }
Note: See TracChangeset
for help on using the changeset viewer.