Changeset 45140 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 04/08/2019 10:58:49 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-advanced.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r44896 r45140 285 285 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 286 286 '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Add_New_Screen">Documentation on Writing and Editing Posts</a>' ) . '</p>' . 287 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'287 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 288 288 ); 289 289 } elseif ( 'page' == $post_type ) { … … 303 303 '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Add_New_Screen">Documentation on Adding New Pages</a>' ) . '</p>' . 304 304 '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages">Documentation on Editing Pages</a>' ) . '</p>' . 305 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'305 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 306 306 ); 307 307 } elseif ( 'attachment' == $post_type ) { … … 321 321 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 322 322 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media">Documentation on Edit Media</a>' ) . '</p>' . 323 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'323 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 324 324 ); 325 325 }
Note: See TracChangeset
for help on using the changeset viewer.