File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2323<?php elseif ( isset ( $ _REQUEST ['activated ' ], $ _REQUEST ['updated ' ] ) && $ _REQUEST ['activated ' ] && $ _REQUEST ['updated ' ] ) : ?>
2424 <div id="message" class="updated fade"><p><?php _e ('Snippet <strong>updated</strong> and <strong>activated</strong>. ' , 'code-snippets ' ); ?> </p></div>
2525<?php elseif ( isset ( $ _REQUEST ['activated ' ], $ _REQUEST ['added ' ] ) && $ _REQUEST ['activated ' ] && $ _REQUEST ['added ' ] ) : ?>
26- <div id="message" class="updated fade"><p><?php _e ('Snippet <strong>updated </strong> and <strong>activated</strong>. ' , 'code-snippets ' ); ?> </p></div>
26+ <div id="message" class="updated fade"><p><?php _e ('Snippet <strong>added </strong> and <strong>activated</strong>. ' , 'code-snippets ' ); ?> </p></div>
2727<?php elseif ( isset ( $ _REQUEST ['updated ' ] ) && $ _REQUEST ['updated ' ] ) : ?>
2828 <div id="message" class="updated fade"><p><?php _e ('Snippet <strong>updated</strong>. ' , 'code-snippets ' ); ?> </p></div>
2929<?php elseif ( isset ( $ _REQUEST ['added ' ] ) && $ _REQUEST ['added ' ] ) : ?>
You can’t perform that action at this time.
0 commit comments