Changeset 299461 for business-school/0.4/functions.php
- Timestamp:
- 11/20/2025 12:36:55 PM (4 days ago)
- Location:
- business-school/0.4
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from business-school/0.3.9)
-
functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
business-school/0.4/functions.php
r288189 r299461 318 318 </div> 319 319 <div class="admin-content" > 320 <h1><?php printf( esc_html__( 'Welcome to %1$s %2$s', 'business-school' ), esc_html($business_school_theme->get( 'Name' )), esc_html($business_school_theme->get( 'Version' ))); ?> 320 <h1><?php 321 /* translators: 1: Theme name, 2: Theme version. */ 322 printf( esc_html__( 'Welcome to %1$s %2$s', 'business-school' ), esc_html($business_school_theme->get( 'Name' )), esc_html($business_school_theme->get( 'Version' ))); ?> 321 323 </h1> 322 324 <p><?php _e('Get Started With Theme By Clicking On Getting Started.', 'business-school'); ?></p> … … 328 330 </div> 329 331 </div> 332 <div class="admin-bundle-image"> 333 <a href="<?php echo esc_url( BUSINESS_SCHOOL_BUNDLE_PAGE ); ?>" target="_blank"><img src="<?php echo esc_url(get_stylesheet_directory_uri()) .'/images/image_1.webp'; ?>" /></a> 334 </div> 330 335 </div> 331 336 <?php }
Note: See TracChangeset
for help on using the changeset viewer.