Changeset 45674 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 07/25/2019 10:44:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r45599 r45674 298 298 299 299 if ( 'category' == $taxonomy ) { 300 $help .= '<p>' . __( '<a href="https:// codex.wordpress.org/Posts_Categories_Screen">Documentation on Categories</a>' ) . '</p>';300 $help .= '<p>' . __( '<a href="https://wordpress.org/support/article/posts-categories-screen/">Documentation on Categories</a>' ) . '</p>'; 301 301 } elseif ( 'link_category' == $taxonomy ) { 302 302 $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Links_Link_Categories_Screen">Documentation on Link Categories</a>' ) . '</p>'; 303 303 } else { 304 $help .= '<p>' . __( '<a href="https:// codex.wordpress.org/Posts_Tags_Screen">Documentation on Tags</a>' ) . '</p>';304 $help .= '<p>' . __( '<a href="https://wordpress.org/support/article/posts-tags-screen/">Documentation on Tags</a>' ) . '</p>'; 305 305 } 306 306
Note: See TracChangeset
for help on using the changeset viewer.