Merge lp:~dpm/developer-ubuntu-com/bug-888532 into lp:developer-ubuntu-com/wordpress

Proposed by David Planella
Status: Merged
Merged at revision: 12
Proposed branch: lp:~dpm/developer-ubuntu-com/bug-888532
Merge into: lp:developer-ubuntu-com/wordpress
Diff against target: 19 lines (+2/-2)
1 file modified
template-community.php (+2/-2)
To merge this branch: bzr merge lp:~dpm/developer-ubuntu-com/bug-888532
Reviewer Review Type Date Requested Status
Steve Edwards (community) Approve
Review via email: mp+81843@code.launchpad.net

Description of the change

A fix for bug 888532 - include the application development tag on the link to askubuntu in the Community page, so that new questions automatically get prefilled with the right tag

To post a comment you must log in.
Revision history for this message
Steve Edwards (steve-edwards) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'template-community.php'
2--- template-community.php 2011-09-26 11:19:45 +0000
3+++ template-community.php 2011-11-10 12:59:25 +0000
4@@ -40,7 +40,7 @@
5 <div class="box-orange">
6 <h3><a href="http://www.askubuntu.com">Participate on AskUbuntu &rsaquo;</a></h3>
7 <p>A collaboratively-edited question and answer site for Ubuntu users and developers. 100% free, no registration required</p>
8- <a href="http://www.askubuntu.com">Ask or answer a question now &rsaquo;</a>
9+ <a href="http://www.askubuntu.com/questions/ask?tags=application-development">Ask a question now &rsaquo;</a>
10 </div>
11 </div>
12
13@@ -82,4 +82,4 @@
14 </div>
15 </div>
16
17-<?php get_footer(); ?>
18\ No newline at end of file
19+<?php get_footer(); ?>

Subscribers

People subscribed via source and target branches