Ticket #18785: 18785.embeds-test.diff
File 18785.embeds-test.diff, 1.5 KB (added by , 13 years ago) |
---|
-
wp-admin/index.php
28 28 $current_screen->add_option('layout_columns', array('max' => 4, 'default' => 2) ); 29 29 30 30 $current_screen->add_option_context( 31 '<p>test</p>' 31 '<p>test</p>' . __('<div style="position:absolute; top:20px; right: 200px;"><img src="./images/wheel.png" alt="test image embed" />') . '</div>' 32 32 ); 33 33 34 34 // Help tabs … … 69 69 <p>' . __('<strong>Recent Drafts</strong> - Displays links to the 5 most recent draft posts you’ve started.') . '</p> 70 70 <p>' . __('<strong>WordPress Blog</strong> - Latest news from the official WordPress project.') . '</p> 71 71 <p>' . __('<strong>Other WordPress News</strong> - Shows the <a href="http://planet.wordpress.org" target="_blank">WordPress Planet</a> feed. You can configure it to show a different feed of your choosing.') . '</p> 72 <p>' . __('<strong>Plugins</strong> - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.') . '</p>'; 72 <p>' . __('<strong>Plugins</strong> - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.') . '</p> 73 <div style="position:absolute; height:400px; top:20px; right: 200px;">' . __('<iframe width="560" height="315" src="http://www.youtube.com/embed/lKwN0Ug4m6M" frameborder="0" allowfullscreen></iframe>') . '</div>'; 73 74 74 75 $current_screen->add_help_tab( array( 75 76 'title' => __('Content'),