Changeset 55412 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 02/23/2023 10:36:33 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r54240 r55412 303 303 304 304 if ( 'category' === $taxonomy ) { 305 $help .= '<p>' . __( '<a href="https://wordpress.org/ support/article/posts-categories-screen/">Documentation on Categories</a>' ) . '</p>';305 $help .= '<p>' . __( '<a href="https://wordpress.org/documentation/article/posts-categories-screen/">Documentation on Categories</a>' ) . '</p>'; 306 306 } elseif ( 'link_category' === $taxonomy ) { 307 307 $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Links_Link_Categories_Screen">Documentation on Link Categories</a>' ) . '</p>'; 308 308 } else { 309 $help .= '<p>' . __( '<a href="https://wordpress.org/ support/article/posts-tags-screen/">Documentation on Tags</a>' ) . '</p>';310 } 311 312 $help .= '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>';309 $help .= '<p>' . __( '<a href="https://wordpress.org/documentation/article/posts-tags-screen/">Documentation on Tags</a>' ) . '</p>'; 310 } 311 312 $help .= '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>'; 313 313 314 314 get_current_screen()->set_help_sidebar( $help );
Note: See TracChangeset
for help on using the changeset viewer.