/home/altere25/rockymountainlax.com/wp-includes/customize
NameSizeModeActions
class-wp-customize-background-image-control.php12840644editdlrm
class-wp-customize-background-image-setting.php6390644editdlrm
class-wp-customize-background-position-control.php30320644editdlrm
class-wp-customize-code-editor-control.php23170644editdlrm
class-wp-customize-color-control.php30660644editdlrm
class-wp-customize-cropped-image-control.php14590644editdlrm
class-wp-customize-custom-css-setting.php52880644editdlrm
class-wp-customize-date-time-control.php94060644editdlrm
class-wp-customize-filter-setting.php5880644editdlrm
class-wp-customize-header-image-control.php80540644editdlrm
class-wp-customize-header-image-setting.php17820644editdlrm
class-wp-customize-image-control.php12110644editdlrm
class-wp-customize-media-control.php94150644editdlrm
class-wp-customize-nav-menu-auto-add-control.php11220644editdlrm
class-wp-customize-nav-menu-control.php21280644editdlrm
class-wp-customize-nav-menu-item-control.php81570644editdlrm
class-wp-customize-nav-menu-item-setting.php278690644editdlrm
class-wp-customize-nav-menu-location-control.php22990644editdlrm
class-wp-customize-nav-menu-locations-control.php28170644editdlrm
class-wp-customize-nav-menu-name-control.php11310644editdlrm
class-wp-customize-nav-menu-section.php7160644editdlrm
class-wp-customize-nav-menu-setting.php189360644editdlrm
class-wp-customize-nav-menus-panel.php33090644editdlrm
class-wp-customize-new-menu-control.php17100644editdlrm
class-wp-customize-new-menu-section.php16930644editdlrm
class-wp-customize-partial.php105680644editdlrm
class-wp-customize-selective-refresh.php137540644editdlrm
class-wp-customize-sidebar-section.php10590644editdlrm
class-wp-customize-site-icon-control.php51730644editdlrm
class-wp-customize-theme-control.php118890644editdlrm
class-wp-customize-themes-panel.php33850644editdlrm
class-wp-customize-themes-section.php69430644editdlrm
class-wp-customize-upload-control.php11970644editdlrm
class-wp-sidebar-block-editor-control.php6860644editdlrm
class-wp-widget-area-customize-control.php17190644editdlrm
class-wp-widget-form-customize-control.php26460644editdlrm
Edit: /home/altere25/rockymountainlax.com/wp-includes/customize/class-wp-customize-theme-control.php (11889B)
json['theme'] = $this->theme; } /** * Don't render the control content from PHP, as it's rendered via JS on load. * * @since 4.2.0 */ public function render_content() {} /** * Render a JS template for theme display. * * @since 4.2.0 */ public function content_template() { /* translators: %s: Theme name. */ $details_label = sprintf( __( 'Details for theme: %s' ), '{{ data.theme.name }}' ); /* translators: %s: Theme name. */ $customize_label = sprintf( __( 'Customize theme: %s' ), '{{ data.theme.name }}' ); /* translators: %s: Theme name. */ $preview_label = sprintf( __( 'Live preview theme: %s' ), '{{ data.theme.name }}' ); /* translators: %s: Theme name. */ $install_label = sprintf( __( 'Install and preview theme: %s' ), '{{ data.theme.name }}' ); ?> <# if ( data.theme.active ) { #>
<# } else { #>
<# } #> <# if ( data.theme.screenshot && data.theme.screenshot[0] ) { #>
<# } else { #>
<# } #>
<# if ( 'installed' === data.theme.type && data.theme.hasUpdate ) { #> <# if ( data.theme.updateResponse.compatibleWP && data.theme.updateResponse.compatiblePHP ) { #>

' . __( 'Update now' ) . '' ); } ?>

<# } else { #>

<# if ( ! data.theme.updateResponse.compatibleWP && ! data.theme.updateResponse.compatiblePHP ) { #> Please update WordPress, and then learn more about updating PHP.' ), self_admin_url( 'update-core.php' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } elseif ( current_user_can( 'update_core' ) ) { printf( /* translators: %s: URL to WordPress Updates screen. */ ' ' . __( 'Please update WordPress.' ), self_admin_url( 'update-core.php' ) ); } elseif ( current_user_can( 'update_php' ) ) { printf( /* translators: %s: URL to Update PHP page. */ ' ' . __( 'Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } ?> <# } else if ( ! data.theme.updateResponse.compatibleWP ) { #> Please update WordPress.' ), self_admin_url( 'update-core.php' ) ); } ?> <# } else if ( ! data.theme.updateResponse.compatiblePHP ) { #> Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } ?> <# } #>

<# } #> <# } #> <# if ( ! data.theme.compatibleWP || ! data.theme.compatiblePHP ) { #>

<# if ( ! data.theme.compatibleWP && ! data.theme.compatiblePHP ) { #> Please update WordPress, and then learn more about updating PHP.' ), self_admin_url( 'update-core.php' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } elseif ( current_user_can( 'update_core' ) ) { printf( /* translators: %s: URL to WordPress Updates screen. */ ' ' . __( 'Please update WordPress.' ), self_admin_url( 'update-core.php' ) ); } elseif ( current_user_can( 'update_php' ) ) { printf( /* translators: %s: URL to Update PHP page. */ ' ' . __( 'Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } ?> <# } else if ( ! data.theme.compatibleWP ) { #> Please update WordPress.' ), self_admin_url( 'update-core.php' ) ); } ?> <# } else if ( ! data.theme.compatiblePHP ) { #> Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); wp_update_php_annotation( '

', '' ); } ?> <# } #>

<# } #> <# if ( data.theme.active ) { #>

{{ data.theme.name }}

'success', 'additional_classes' => array( 'notice-alt' ), ) ); ?> <# } else if ( 'installed' === data.theme.type ) { #> <# if ( data.theme.blockTheme ) { #>

{{ data.theme.name }}

<# if ( data.theme.actions.activate ) { #> <# } #>
<# if ( data.theme.actions.activate ) { #> activate this theme, and use the Site Editor to customize it.' ), '{{{ data.theme.actions.activate }}}' ); ?> <# } #> 'error', 'additional_classes' => array( 'notice-alt' ), ) ); ?> <# } else { #>

{{ data.theme.name }}

<# if ( data.theme.compatibleWP && data.theme.compatiblePHP ) { #> <# } else { #> <# } #>
'success', 'additional_classes' => array( 'notice-alt' ), ) ); ?> <# } #> <# } else { #>

{{ data.theme.name }}

<# if ( data.theme.compatibleWP && data.theme.compatiblePHP ) { #> <# } else { #> <# } #>
<# } #>