Skip to content

Commit

Permalink
modified: author.php
Browse files Browse the repository at this point in the history
	modified:   childs/boots/inc.php
	modified:   css3.css
	modified:   functions.php
	modified:   image.php
	modified:   index.php
	modified:   languages/css/ja.css
	modified:   languages/ja.mo
	modified:   languages/ja.po
	modified:   lib/alias_functions.php
	modified:   lib/csscolor.css.php
	modified:   lib/customize.js
	modified:   lib/customize.php
	modified:   lib/hooks.php
	modified:   lib/validate.php
	modified:   lib/vars.php
	modified:   responsiveness.css
	modified:   style.css
  • Loading branch information
tenman committed Jun 1, 2015
1 parent aded590 commit e87c01e
Show file tree
Hide file tree
Showing 18 changed files with 1,253 additions and 1,134 deletions.
12 changes: 5 additions & 7 deletions author.php
Expand Up @@ -51,13 +51,13 @@

<table <?php raindrops_doctype_elements( 'summary="author infomation"', '' ); ?> class="author-meta left auto">
<tr>
<td class="avatar-col" style="width:60px;vertical-align:top;">
<td class="avatar-col">
<?php
echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'raindrops_author_bio_avatar_size', 60 ), '', esc_attr__( 'Author Avatar Image', 'Raindrops' ) );
?>
</td>
<td>
<dl class="author raindrops" style="margin:0;padding:0;">
<dl class="author raindrops">
<?php if ( esc_html( $curauth->description ) ) { ?>
<dt>
<?php esc_html_e( 'Profile', 'Raindrops' ); ?>
Expand All @@ -78,21 +78,19 @@
);
?>
</dd>
<?php } //if ( ! empty( $curauth->user_url ) ) {?>
<?php } //if ( ! empty( $curauth->user_url ) ) {?>
<dt>
<?php esc_html_e( 'registered', 'Raindrops' ); ?>
</dt>
<dd>
<?php echo esc_html( $curauth->user_registered ); ?>
<?php echo apply_filters( 'get_the_date', $curauth->user_registered ); ?>
</dd>
</dl>
</td>
</tr>
</table>
<br class="clear" />
<h2 class="h2">
<?php esc_html_e( "Recent post", 'Raindrops' ); ?>
</h2>
<h2 class="h2"><?php esc_html_e( "Recent post", 'Raindrops' ); ?></h2>
<dl class="author">
<!-- The Loop -->
<?php
Expand Down
21 changes: 20 additions & 1 deletion childs/boots/inc.php
Expand Up @@ -1153,7 +1153,26 @@ function raindrops_child_uninstall() {
'excerpt2' => esc_html__( 'default show', 'Raindrops' ),
'validate' => 'raindrops_display_default_category_validate',
'list' => 66 ),

array( 'option_id' => 68,
'blog_id' => 0,
'option_name' => "raindrops_sidebar_image_archive",
'option_value' => '3',
'autoload' => 'yes',
'title' => esc_html__( 'Image Archive columns', 'Raindrops' ),
'excerpt1' => '',
'excerpt2' => esc_html__( 'value 1-3. default 3', 'Raindrops' ),
'validate' => 'raindrops_sidebar_image_archive_validate',
'list' => 67 ),
array( 'option_id' => 69,
'blog_id' => 0,
'option_name' => "raindrops_site_title_left_margin_type",
'option_value' => 'default',
'autoload' => 'yes',
'title' => esc_html__( 'Left Margin of Site Title', 'Raindrops' ),
'excerpt1' => '',
'excerpt2' => esc_html__( 'Works only Place of Title value set header_image, default value 1', 'Raindrops' ),
'validate' => 'raindrops_site_title_left_margin_type_validate',
'list' => 68 ),
);
}

1 change: 0 additions & 1 deletion css3.css
Expand Up @@ -91,7 +91,6 @@ submit{
border:none;
}
.lsidebar li.page_item a:hover,
.lsidebar li.category_report a:hover,
.lsidebar .widget ul li a:hover {
-moz-opacity:0.75;
filter:alpha(opacity=75);
Expand Down
232 changes: 139 additions & 93 deletions functions.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion image.php
Expand Up @@ -54,7 +54,7 @@
?>
<p class="image">
<a href="<?php echo $image[ 0 ]; ?>" >
<img src="<?php echo $image[ 0 ]; ?>" width="<?php echo $image[ 1 ]; ?>" height="<?php echo $image[ 2 ]; ?>" alt="<?php the_title_attribute(); ?>" />
<img src="<?php echo $image[ 0 ]; ?>" width="<?php echo $image[ 1 ]; ?>" height="<?php echo $image[ 2 ]; ?>" alt="<?php the_title_attribute(); ?>" class="aligncenter" />
</a>
</p>
<div class="caption">
Expand Down
1 change: 0 additions & 1 deletion index.php
Expand Up @@ -25,7 +25,6 @@
get_header( $raindrops_document_type );
do_action( 'raindrops_pre_' . basename( __FILE__ ) );
raindrops_debug_navitation( __FILE__ );

?>

<div id="yui-main" class="<?php raindrops_dinamic_class( 'yui-main',true ); ?>">
Expand Down
2 changes: 1 addition & 1 deletion languages/css/ja.css
Expand Up @@ -93,7 +93,7 @@ body.ja,
font-size:123.1%;
margin-left:.6em;
}
.ja .author .h2-thumb img{
.ja main .author .h2-thumb img{
width:24px;
height:24px;
}
Expand Down
Binary file modified languages/ja.mo
Binary file not shown.

0 comments on commit e87c01e

Please sign in to comment.