Changeset 2652
- Timestamp:
- 06/30/08 03:24:22 (20 months ago)
- Location:
- branches/release-41
- Files:
-
- 2 modified
-
lib/MT/CMS/Blog.pm (modified) (1 diff)
-
tmpl/cms/include/entry_table.tmpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/lib/MT/CMS/Blog.pm
r2626 r2652 893 893 sub rebuild_new_phase { 894 894 my ($app) = @_; 895 my %reb_set = map { $_ => 1 } $app->param('id');896 $app->rebuild_these( \%reb_set, how => MT::App::CMS::NEW_PHASE());895 require MT::CMS::Entry; 896 MT::CMS::Entry::publish_entries($app); 897 897 } 898 898 -
branches/release-41/tmpl/cms/include/entry_table.tmpl
r1378 r2652 22 22 accesskey="r" 23 23 title="<$mt:var name="republish_button_title"$>" 24 ><__trans phrase=" Republish"></a>24 ><__trans phrase="Publish"></a> 25 25 </mt:if> 26 26 <a href="javascript:void(0)" … … 41 41 accesskey="r" 42 42 title="<$mt:var name="republish_button_title"$>" 43 ><__trans phrase=" Republish"></a>43 ><__trans phrase="Publish"></a> 44 44 </mt:if> 45 45 <a href="javascript:void(0)"
