Changeset 27469 for trunk/src/wp-admin/edit.php
- Timestamp:
- 03/08/2014 04:13:28 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r26518 r27469 198 198 '<p><strong>' . __('For more information:') . '</strong></p>' . 199 199 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Screen" target="_blank">Documentation on Managing Posts</a>') . '</p>' . 200 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'200 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 201 201 ); 202 202 … … 219 219 '<p><strong>' . __('For more information:') . '</strong></p>' . 220 220 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen" target="_blank">Documentation on Managing Pages</a>') . '</p>' . 221 '<p>' . __('<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'221 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 222 222 ); 223 223 }
Note: See TracChangeset
for help on using the changeset viewer.