Changeset 54881
- Timestamp:
- 11/26/2022 08:59:05 PM (23 months ago)
- Location:
- trunk/src
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r53792 r54881 520 520 <?php 521 521 if ( 'all' === $args['content'] ) { 522 wxr_nav_menu_terms();} 522 wxr_nav_menu_terms(); 523 } 523 524 ?> 524 525 -
trunk/src/wp-admin/includes/file.php
r54872 r54881 2394 2394 <?php 2395 2395 if ( ! defined( 'FTP_PASS' ) ) { 2396 _e( 'This password will not be stored on the server.' );} 2396 _e( 'This password will not be stored on the server.' ); 2397 } 2397 2398 ?> 2398 2399 </label> -
trunk/src/wp-admin/options-discussion.php
r53001 r54881 72 72 <?php 73 73 if ( ! get_option( 'users_can_register' ) && is_multisite() ) { 74 echo ' ' . __( '(Signup has been disabled. Only members of this site can comment.)' );} 74 echo ' ' . __( '(Signup has been disabled. Only members of this site can comment.)' ); 75 } 75 76 ?> 76 77 </label> -
trunk/src/wp-admin/theme-editor.php
r53758 r54881 222 222 echo $theme->display( 'Name' ); 223 223 if ( $description ) { 224 echo ': ' . $description;} 224 echo ': ' . $description; 225 } 225 226 ?> 226 227 </h2> -
trunk/src/wp-includes/feed-atom-comments.php
r47219 r54881 94 94 <?php 95 95 if ( get_comment_author_url() ) { 96 echo '<uri>' . get_comment_author_url() . '</uri>';} 96 echo '<uri>' . get_comment_author_url() . '</uri>'; 97 } 97 98 ?> 98 99 -
trunk/src/wp-includes/theme-compat/header.php
r48290 r54881 44 44 <?php 45 45 if ( is_singular() ) { 46 wp_enqueue_script( 'comment-reply' );} 46 wp_enqueue_script( 'comment-reply' ); 47 } 47 48 ?> 48 49 -
trunk/src/wp-links-opml.php
r52957 r54881 84 84 <?php 85 85 if ( '0000-00-00 00:00:00' !== $bookmark->link_updated ) { 86 echo $bookmark->link_updated;} 86 echo $bookmark->link_updated; 87 } 87 88 ?> 88 89 " />
Note: See TracChangeset
for help on using the changeset viewer.