Changeset 6026 for trunk/wp-admin/index.php
- Timestamp:
- 09/03/2007 11:32:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r6002 r6026 1 1 <?php 2 require_once('admin.php'); 2 require_once('admin.php'); 3 3 4 4 function index_js() { … … 17 17 wp_enqueue_script( 'jquery' ); 18 18 19 $title = __('Dashboard'); 19 $title = __('Dashboard'); 20 20 $parent_file = 'index.php'; 21 21 require_once('admin-header.php'); … … 40 40 ?> 41 41 <div> 42 <h3><?php printf( __( 'Comments <a href="%s" title="More comments…">»</a>' ), 'edit-comments.php' ); ?></h3> 42 <h3><?php printf( __( 'Comments <a href="%s" title="More comments…">»</a>' ), 'edit-comments.php' ); ?></h3> 43 43 44 44 <?php if ( $numcomments ) : ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)