Changeset 12944
- Timestamp:
- 02/04/2010 04:45:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r12873 r12944 1072 1072 $display_link = str_replace(array('%pagename%','%postname%'), $post_name_html, $permalink); 1073 1073 $view_link = str_replace(array('%pagename%','%postname%'), $post_name, $permalink); 1074 $return = '<strong>' . __('Permalink:') . "</strong>\n" . '<span id="sample-permalink">' . $display_link . "</span>\n"; 1074 $return = '<strong>' . __('Permalink:') . "</strong>\n"; 1075 $return .= '<span id="sample-permalink">' . $display_link . "</span>\n"; 1076 $return .= '‎'; // Fix bi-directional text display defect in RTL languages. 1075 1077 $return .= '<span id="edit-slug-buttons"><a href="#post_name" class="edit-slug button hide-if-no-js" onclick="editPermalink(' . $id . '); return false;">' . __('Edit') . "</a></span>\n"; 1076 1078 $return .= '<span id="editable-post-name-full">' . $post_name . "</span>\n";
Note: See TracChangeset
for help on using the changeset viewer.