wpmu_activate_stylesheet [ WordPress Function ]
wpmu_activate_stylesheet ( No parameters )
| Defined at: |
|
Benzer Fonksiyonlar: wpmu_signup_stylesheet, wpmu_activate_signup, locale_stylesheet, get_stylesheet, wp_print_styles
No description yet.
Source
<?php
function wpmu_activate_stylesheet() {
?>
<style type="text/css">
form { margin-top: 2em; }
#submit, #key { width: 90%; font-size: 24px; }
#language { margin-top: .5em; }
.error { background: #f66; }
span.h3 { padding: 0 8px; font-size: 1.3em; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-weight: bold; color: #333; }
</style>
<?php
}
?>
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- PHPXRef 0.7 : WordPress : /wp-activate.php source
... do_activate_header() { 20 do_action( 'activate_wp_head' ); 21 } 22 add_action( 'wp_head', 'do_activate_header' ); 23 24 function wpmu_activate_stylesheet() ...
phpxref.ftwr.co.uk - wp-activate.php - PHP Cross Reference of WordPress Source - Yoast
Jun 1, 2011 ... do_activate_header() wpmu_activate_stylesheet(). Functions. Functions that are not part ... wpmu_activate_stylesheet() X-Ref. No description ...
xref.yoast.com - PHPXRef 0.7 : WordPress (Trunk) : Detail view of wp-activate.php
wpmu_activate_stylesheet(). Functions. Functions that are not part of a class: do_activate_header() X-Ref. No description. wpmu_activate_stylesheet() X-Ref ...
lab.yukei.net - <?php define( 'WP_INSTALLING', true ); /** Sets up the WordPress ...
... Arial, "Bitstream Vera Sans", sans-serif; font-weight: bold; color: #333; } </style> <?php } add_action( 'wp_head', 'wpmu_activate_stylesheet' ); get_header(); ?
core.svn.wordpress.org