Changeset 17748 for trunk/wp-admin/index.php
- Timestamp:
- 04/28/2011 03:24:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r17054 r17748 1 1 <?php 2 2 /** 3 * Dashboard Administration Panel3 * Dashboard Administration Screen 4 4 * 5 5 * @package WordPress … … 46 46 '<p>' . __( '<strong>Plugins</strong> - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.' ) . '</p>' . 47 47 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 48 '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_S ubPanel" target="_blank">Documentation on Dashboard</a>' ) . '</p>' .48 '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_Screen" target="_blank">Documentation on Dashboard</a>' ) . '</p>' . 49 49 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 50 50 );
Note: See TracChangeset
for help on using the changeset viewer.